mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: flashcards width
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
@media (min-width: 820px) {
|
||||
.ui__dialog-content[label=flashcards__cp] {
|
||||
min-width: 800px;
|
||||
max-width: 980px;
|
||||
max-width: min(85%, 980px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -323,4 +323,4 @@ input[type='range'] {
|
||||
.item-results-wrap {
|
||||
@apply px-2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user