mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Compose mobile drop-down tab menu cleanup
This commit is contained in:
parent
56cfada385
commit
84762a6d60
1 changed files with 41 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Auto Color Mode
|
||||
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
|
||||
|
@ -2225,6 +2225,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(0,0,0,.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;
|
||||
|
@ -4909,6 +4929,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue