From ddf3161b59c30fcdbcac163e2fde180fbc4f2d64 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 5 Mar 2025 15:43:35 -0600 Subject: [PATCH] Compose mobile drop-down menu cleanup --- bookface_dark.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 9ae6bee..7ff675b 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,6 +1,6 @@ /* Name : Bookface Dark - Version : 1.5.7 + Version : 1.5.8 Licence : AGPL Created on : 27 Feb 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml @@ -2221,6 +2221,26 @@ a.tag.label, .fa-pencil-square-o::before { content: "\f040"; } + .dropdown-mobile-jot > .dropdown-toggle.btn-primary { + background-color: transparent; + color: var(--link-color); + border-radius: 8px; + } + .dropdown-mobile-jot > .dropdown-toggle.btn-primary:hover, + .dropdown-mobile-jot > .dropdown-toggle.btn-primary:focus { + background-color: rgba(255,255,255,.1); + } + .dropdown-mobile-jot.open > .dropdown-toggle.btn-primary { + background-color: var(--link-color); + color: white; + border-radius: 8px; + } + .dropdown-mobile-jot .dropdown-menu li { + margin: 3px auto; + } + .dropdown-mobile-jot .dropdown-menu .btn-link { + min-width: 90%; + } /* drop-down mobile style*/ #topbar-second .dropdown-menu { position: fixed;