mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
auto width
This commit is contained in:
parent
ddaa60d214
commit
9073a9d217
3 changed files with 52 additions and 16 deletions
|
|
@ -86,4 +86,11 @@ input {
|
|||
display: inline-block;
|
||||
width: auto;
|
||||
background: var(--margin-color);
|
||||
}
|
||||
|
||||
#autoHelp {
|
||||
display: none;
|
||||
&.show {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue