mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Fix regression in file sidebar
See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
02fc2cc51c
commit
a3ee7dbcce
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ kbd {
|
|||
z-index: 100; /* above the bullet to allow click*/
|
||||
/* TODO: forbid using img as icon in menu? */
|
||||
|
||||
.svg {
|
||||
&.svg {
|
||||
padding: 0 12px 0 44px;
|
||||
}
|
||||
&:first-child img {
|
||||
|
|
|
|||
Loading…
Reference in a new issue