mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Fix header/extra fields being collapsed on mobile
+ use a class, since this element is repeated
This commit is contained in:
parent
34c2dcf466
commit
05a5799b4b
1 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</Col>
|
||||
</Row>
|
||||
<Row --cols={1}>
|
||||
<div id="note-container">
|
||||
<div class="note-container">
|
||||
<div
|
||||
id="{field.id}--div"
|
||||
bind:innerHTML={field.divValue}
|
||||
|
|
@ -97,4 +97,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
width: 0.1em !important;
|
||||
height: 0.1em !important;
|
||||
}
|
||||
|
||||
.note-container {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue