mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Align list items to start (#1816)
This commit is contained in:
parent
770fabd51b
commit
2b739d76b2
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ img {
|
||||||
max-height: 95vh;
|
max-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
#_flag {
|
#_flag {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
|
Loading…
Reference in a new issue