Improved responsiveness

This commit is contained in:
Prozilla 2023-08-08 14:08:00 +02:00
parent 74e6302ab4
commit 2ff56d0165
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
2 changed files with 7 additions and 0 deletions

View file

@ -72,6 +72,7 @@
.Input {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.Input > label {
@ -79,6 +80,11 @@
display: flex;
}
.Image-select {
min-width: 10rem;
max-width: 100%;
}
.Image-select > input {
position: absolute;
opacity: 0;

View file

@ -107,6 +107,7 @@ body {
* {
color: var(--foreground-color-a);
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
p, a, button, input, h1, h2, h3, h4, h5, h6 {