Browse Source

Increase padding of toots

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
f364a27922
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/flavours/glitch/styles/components/status.scss

+ 2
- 2
app/javascript/flavours/glitch/styles/components/status.scss View File

@ -150,7 +150,7 @@
}
.status {
padding: 8px 10px;
padding: 10px 14px;
position: relative;
height: auto;
border-bottom: 1px solid lighten($ui-base-color, 8%);
@ -159,7 +159,7 @@
@supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
// 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.
padding-right: 26px; // 10px + 16px
padding-right: 28px; // 12px + 16px
}
@keyframes fade {

Loading…
Cancel
Save