summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
parentbdc72e5b6332bb395db4419ea6e9f1550ec331ab (diff)
small stuck header fixes in grid mode
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index bfca85611..b3c4cc2cb 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -655,9 +655,6 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed {
grid-gap: 8px;
padding: 8px;
}
- body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .header[stuck] {
- top: -8px;
- }
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header,
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content {
background: #333;
@@ -668,6 +665,10 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed {
border-top-width: 0;
padding: 0 4px 4px 4px;
}
+ body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header[data-is-stuck] {
+ top: -8px;
+ border-bottom-width: 1px;
+ }
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header {
border-bottom-width: 0;
padding: 4px;
@@ -1468,8 +1469,8 @@ div.cdm.expandable:not(.active) .content,
div.cdm.expandable:not(.active) .collapse {
display: none;
}
-div.cdm.expandable.active .header[stuck],
-div.cdm.expanded .header[stuck] {
+div.cdm.expandable.active .header[data-is-stuck],
+div.cdm.expanded .header[data-is-stuck] {
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
border: 0 solid #222;
border-bottom-width: 1px;