Browse Source
Merge pull request #7769 from nextcloud/fix-ie-svg-size
Set height for sidebar icons
pull/7734/merge
Morris Jobke
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
core/css/apps.scss
|
|
|
@ -235,6 +235,7 @@ kbd { |
|
|
|
&:first-child img { |
|
|
|
margin-right: 11px; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
margin-left: -30px; |
|
|
|
} |
|
|
|
|
|
|
|
|