aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2025-01-21 23:30:45 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-21 23:30:45 +0100
commit3fda6f6bf5192c57e10b38f0ff27c915021e36cb (patch)
tree9c6aec36f682651f7a646e00c6231c7819a95b89 /p/themes/Origine
parent9f5cf9009e751f70bf37ae022e6153e3149f22b0 (diff)
smaller "mark as read" button in mobile view (#5220)
* wip * fix
Diffstat (limited to 'p/themes/Origine')
-rw-r--r--p/themes/Origine/origine.css5
-rw-r--r--p/themes/Origine/origine.rtl.css5
2 files changed, 10 insertions, 0 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 2141c3104..1aa91bfec 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -1157,6 +1157,11 @@ a:hover .icon {
margin-bottom: 3rem;
}
+ #nav_menu_read_all .btn {
+ border-left: 1px solid var(--border-color-shadow-side);
+ border-radius: 3px;
+ }
+
#overlay {
background-color: var(--background-color-light);
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index f73610533..4490784af 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -1157,6 +1157,11 @@ a:hover .icon {
margin-bottom: 3rem;
}
+ #nav_menu_read_all .btn {
+ border-right: 1px solid var(--border-color-shadow-side);
+ border-radius: 3px;
+ }
+
#overlay {
background-color: var(--background-color-light);
}