mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix positioning details of icons in navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
d16051fa6f
commit
38f684aadf
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ em {
|
|||
opacity: 1;
|
||||
box-shadow: inset 2px 0 #0082c9;
|
||||
}
|
||||
li > a:first-child img {
|
||||
margin-bottom: -3px;
|
||||
margin-right: 11px;
|
||||
width: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
.collapse {
|
||||
display: none;
|
||||
/* hide collapse button initially */
|
||||
|
|
|
|||
Loading…
Reference in a new issue