summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 12:10:11 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 12:10:11 +0300
commitf58879c1dc284a60bce4199ccf05448198498ff4 (patch)
treef62cb276b7bb26416f7736e83d855effe5b79008 /themes/light/tt-rss.less
parentbdc72e5b6332bb395db4419ea6e9f1550ec331ab (diff)
small stuck header fixes in grid mode
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 8735c1415..fa7e3e2a1 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -763,10 +763,6 @@ body.ttrss_main {
grid-gap : 8px;
padding : 8px;
- .header[stuck] {
- top : -8px;
- }
-
.cdm.expanded {
.header, .content {
@@ -780,6 +776,11 @@ body.ttrss_main {
padding : 0 4px 4px 4px;
}
+ .header[data-is-stuck] {
+ top : -8px;
+ border-bottom-width: 1px;
+ }
+
.header {
border-bottom-width : 0;
padding : 4px;