Browse Source

[Glitch] Fix wrong padding in RTL layout in web UI

Port part of 4894deca7e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Eugen Rochko 1 year ago
committed by Claire
parent
commit
0d20b38da7
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      app/javascript/flavours/glitch/styles/polls.scss

+ 4
- 4
app/javascript/flavours/glitch/styles/polls.scss View File

@ -117,7 +117,7 @@
width: 18px;
height: 18px;
flex: 0 0 auto;
margin-right: 10px;
margin-inline-end: 10px;
top: -1px;
border-radius: 50%;
vertical-align: middle;
@ -212,7 +212,7 @@
.button {
height: 36px;
padding: 0 16px;
margin-right: 10px;
margin-inline-end: 10px;
font-size: 14px;
}
}
@ -250,7 +250,7 @@
line-height: inherit;
color: $action-button-color;
border-color: $action-button-color;
margin-right: 5px;
margin-inline-end: 5px;
}
li {
@ -260,7 +260,7 @@
.poll__option {
flex: 0 0 auto;
width: calc(100% - (23px + 6px));
margin-right: 6px;
margin-inline-end: 6px;
}
}

Loading…
Cancel
Save