mirror of
https://github.com/friendica/friendica
synced 2024-11-18 11:43:41 +00:00
Bugfix: there was a gui issue on the navbar account dropdown button
This commit is contained in:
parent
366ccdb09a
commit
c65fc6f8de
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ nav.navbar .nav>li>a:focus{
|
|||
border-radius: 3px;
|
||||
}
|
||||
#topbar-first .nav>.account .dropdown-toggle {
|
||||
padding: 10px 5px 8px;
|
||||
padding: 10px 5px 0px;
|
||||
line-height: 1.1em;
|
||||
text-align: left
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue