Browse Source
Fix left padding for settings sidebar
* followup to #3151
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/3241/head
Morris Jobke
10 years ago
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
1 additions and
1 deletions
-
settings/css/settings.css
|
|
|
@ -744,7 +744,7 @@ table.grid td.date{ |
|
|
|
width: 16px; |
|
|
|
} |
|
|
|
#app-navigation li span.no-icon { |
|
|
|
padding-left: 25px; |
|
|
|
padding-left: 32px; |
|
|
|
} |
|
|
|
|
|
|
|
#security-warning li { |
|
|
|
|