mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
Avoid reflow on title hiding/showing
This commit is contained in:
parent
2b7bd668ec
commit
ad5742bb1d
1 changed files with 2 additions and 2 deletions
|
|
@ -249,11 +249,11 @@ task-list ul {
|
|||
|
||||
note-form:focus-within .title,
|
||||
note-form .title:has(.non-empty) {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
note-form .title {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue