aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-11-15 09:14:23 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-15 09:14:23 +0100
commit5b9248f45f0ce93f9ffe2252f5fb955032ecd529 (patch)
tree4f53f9a00979963658f5520de59ffa59edce4e6a /p/themes/base-theme/frss.css
parent916987717ef1879c3d9f029a43599e54adcb626c (diff)
New: Label menu in article row (#6984)
* configs * add the icon in the entry header line * rename comment * Update main.js * CSS * comment typo fix * fix gloabl view my labels menu * improved: my labels dropdown with triangle now. yay!
Diffstat (limited to 'p/themes/base-theme/frss.css')
-rw-r--r--p/themes/base-theme/frss.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 2dfbc2a04..9d88e8c0c 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -796,6 +796,10 @@ input[type="checkbox"]:focus-visible {
max-width: 95%;
}
+.dynamictags .dropdown-menu label {
+ white-space: initial;
+}
+
.dropdown-target:target ~ .dropdown-menu {
display: block;
z-index: 1000;
@@ -1316,7 +1320,7 @@ input[type="search"] {
position: relative;
}
-.flux .flux_header .item {
+.flux .flux_header > .item {
white-space: nowrap;
}
@@ -1334,6 +1338,7 @@ input[type="search"] {
}
.flux .item.manage,
+.flux .flux_header > .item.labels,
.flux .flux_header > .item.share,
.flux .item.link {
width: calc(1rem + 2 * var(--frss-padding-flux-items));