mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
revert 933af9326e
revert Frio bookface: Fix vertical alignment in the main menu (user menu)
This commit is contained in:
parent
933af9326e
commit
010a8b4282
1 changed files with 2 additions and 5 deletions
|
@ -572,11 +572,6 @@ nav.navbar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button#main-menu {
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
gap: 5px;
|
|
||||||
}
|
|
||||||
#topbar-first .navbar-toggle {
|
#topbar-first .navbar-toggle {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -607,6 +602,7 @@ nav.navbar .nav > li > button:focus {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
#topbar-first .nav > .account img {
|
#topbar-first .nav > .account img {
|
||||||
|
margin-left: 10px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -788,6 +784,7 @@ nav.navbar .nav > li > button:focus {
|
||||||
/* The Top Nav Bar user menu */
|
/* The Top Nav Bar user menu */
|
||||||
#topbar-first .account .user-title {
|
#topbar-first .account .user-title {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
#topbar-first .account .user-title span {
|
#topbar-first .account .user-title span {
|
||||||
color: $nav_icon_color;
|
color: $nav_icon_color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue