mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
image support
This commit is contained in:
parent
88e6fa3244
commit
25f9e9b0a1
3 changed files with 103 additions and 29 deletions
|
|
@ -7,6 +7,7 @@
|
|||
:root {
|
||||
--background-color: #1e1e1e;
|
||||
--font-color: #fff;
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -19,4 +20,9 @@ body, input {
|
|||
.pos input {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.image img {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue