summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-05 17:27:09 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-05 17:27:09 +0100
commite0de0a122f477d1e445f4f36c85c7462c5c66eb1 (patch)
tree660c1f119d7db105b28971c44b49401ecfdfacc2 /core/css/styles.scss
parent934d08b2e8b0f6f8616882b9c08d1bec4db22eb2 (diff)
downloadnextcloud-server-e0de0a122f477d1e445f4f36c85c7462c5c66eb1.tar.gz
nextcloud-server-e0de0a122f477d1e445f4f36c85c7462c5c66eb1.zip
Disable grid for ie
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index f23f4c2dead..9b7da393698 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -196,6 +196,7 @@ body {
display: flex;
height: 36px;
width: 36px;
+ padding: 9px; // width - border - icon width = 18px
align-items: center;
justify-content: center;
}