diff options
| author | 2025-01-21 23:30:45 +0100 | |
|---|---|---|
| committer | 2025-01-21 23:30:45 +0100 | |
| commit | 3fda6f6bf5192c57e10b38f0ff27c915021e36cb (patch) | |
| tree | 9c6aec36f682651f7a646e00c6231c7819a95b89 /p/themes/Origine | |
| parent | 9f5cf9009e751f70bf37ae022e6153e3149f22b0 (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.css | 5 | ||||
| -rw-r--r-- | p/themes/Origine/origine.rtl.css | 5 |
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); } |
