aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-04-27 22:30:52 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-27 22:30:52 +0200
commit9374b7745f92f8f4b0cfc94163d4df9845a1d15c (patch)
tree792100d83b6fc73a01979d741ee8cfa548953f38 /p/themes/base-theme/frss.css
parentc2ccdf2d1bf12dfc5330c6b622999731199dd62c (diff)
Themes fix CSS .as-link (#7526)
* Themes fix CSS .as-link Add missing rules. fix https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2781146577 * More fixes
Diffstat (limited to 'p/themes/base-theme/frss.css')
-rw-r--r--p/themes/base-theme/frss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 8d8b48bfb..4e6a1d4fc 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -400,6 +400,7 @@ button.as-link:active {
border: none;
cursor: pointer;
text-align: left;
+ line-height: inherit;
}
button.as-link[disabled] {
@@ -678,6 +679,7 @@ input[type="checkbox"]:focus-visible {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
+ width: 100%;
}
.nav-list .item.nav-section > ul {