mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Properly align label and radio input in the stats window (#3977)
* Properly align label and radio input in the stats window * use margin-inline-end instead of margin-right to support RTL
This commit is contained in:
parent
d1bb69aaec
commit
dcc6000f70
1 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,15 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<div class="range-box-pad"></div>
|
<div class="range-box-pad"></div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
label {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="radio"] {
|
||||||
|
margin-inline-end: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
.range-box {
|
.range-box {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in a new issue