mirror of
https://github.com/friendica/friendica
synced 2025-03-10 16:28:26 +00:00
[frio] Fix Safari bug where notification icon jumps to next line
This commit is contained in:
parent
af17e33d4e
commit
e9dae569cc
1 changed files with 8 additions and 0 deletions
|
@ -629,6 +629,14 @@ nav.navbar .nav > li > button:focus {
|
|||
text-align: center;
|
||||
z-index: 1;
|
||||
}
|
||||
/* Workaround for Safari bug where the notification icon jumps on the next line */
|
||||
#topbar-first .topbar-nav .nav > li + li {
|
||||
margin-left: 1px;
|
||||
}
|
||||
#topbar-first .topbar-nav .nav > li + li > a {
|
||||
margin-left: -1px;
|
||||
}
|
||||
/* End workaround */
|
||||
#topbar-first .topbar-nav .nav-segment {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue