Increase padding of toots

This commit is contained in:
Thibaut Girka 2018-06-21 21:40:34 +02:00 committed by ThibG
parent ccbaf32bca
commit f364a27922
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@
} }
.status { .status {
padding: 8px 10px; padding: 10px 14px;
position: relative; position: relative;
height: auto; height: auto;
border-bottom: 1px solid lighten($ui-base-color, 8%); border-bottom: 1px solid lighten($ui-base-color, 8%);
@ -159,7 +159,7 @@
@supports (-ms-overflow-style: -ms-autohiding-scrollbar) { @supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
// Add margin to avoid Edge auto-hiding scrollbar appearing over content. // Add margin to avoid Edge auto-hiding scrollbar appearing over content.
// On Edge 16 this is 16px and Edge <=15 it's 12px, so aim for 16px. // On Edge 16 this is 16px and Edge <=15 it's 12px, so aim for 16px.
padding-right: 26px; // 10px + 16px padding-right: 28px; // 12px + 16px
} }
@keyframes fade { @keyframes fade {