Improved responsiveness
This commit is contained in:
parent
74e6302ab4
commit
2ff56d0165
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue