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