mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
properly indent contents of folders for app styles, to line up with text
This commit is contained in:
parent
c8c83e0e02
commit
676ded0c63
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@
|
|||
padding-left: 32px;
|
||||
}
|
||||
#app-navigation > .with-icon ul li > a {
|
||||
padding-left: 48px;
|
||||
background-position: 24px center;
|
||||
padding-left: 68px;
|
||||
background-position: 44px center;
|
||||
}
|
||||
|
||||
#app-navigation .open {
|
||||
|
|
|
|||
Loading…
Reference in a new issue