diff --git a/CREDITS.md b/CREDITS.md index 9e81f567e..dd8779c52 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -237,6 +237,7 @@ People are sorted by name so please keep this order. * [Pim Snel](https://github.com/mipmip): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is%3Apr+author%3Amipmip), [Web](https://www.pimsnel.com) * [plopoyop](https://github.com/plopoyop): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:plopoyop) * [Pofilo](https://github.com/Pofilo): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Pofilo), [Web](https://www.pofilo.fr/) +* [polybjorn](https://github.com/polybjorn): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:polybjorn), [Web](https://polybjorn.com/) * [Poorchop](https://github.com/Poorchop): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Poorchop) * [Prashant Tholia](https://github.com/prashanttholia): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:prashanttholia) * [primaeval](https://github.com/primaeval): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:primaeval) diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index 7419de8ea..b4eb76313 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -987,6 +987,10 @@ li.item.active { text-align: center; } +.nav_menu #nav_menu_toggle_aside { + position: static; +} + .nav_menu .btn { margin: .125rem; } @@ -1287,6 +1291,12 @@ optgroup::before { margin-bottom: .5rem; } + .nav_menu .stick #mark-read-menu .dropdown-toggle.btn { + border-left: 1px solid var(--border-elements); + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + } + .nav_menu .search input { max-width: 97%; width: 90px; diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index 9b3232c79..ee7a4e0fb 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -987,6 +987,10 @@ li.item.active { text-align: center; } +.nav_menu #nav_menu_toggle_aside { + position: static; +} + .nav_menu .btn { margin: .125rem; } @@ -1287,6 +1291,12 @@ optgroup::before { margin-bottom: .5rem; } + .nav_menu .stick #mark-read-menu .dropdown-toggle.btn { + border-right: 1px solid var(--border-elements); + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; + } + .nav_menu .search input { max-width: 97%; width: 90px;