mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-07 07:32:55 +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:focus-within .title,
|
||||||
note-form .title:has(.non-empty) {
|
note-form .title:has(.non-empty) {
|
||||||
display: block;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
note-form .title {
|
note-form .title {
|
||||||
display: none;
|
visibility: hidden;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue