css tweaks
This commit is contained in:
parent
e96860af50
commit
d4f671a519
|
@ -65,9 +65,14 @@
|
||||||
all: unset;
|
all: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
@ -381,11 +386,6 @@ main form label {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-text label,
|
|
||||||
.checkbox label {
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
main form input:not(:disabled):active {
|
main form input:not(:disabled):active {
|
||||||
border-color: var(--active-color);
|
border-color: var(--active-color);
|
||||||
}
|
}
|
||||||
|
@ -1092,14 +1092,12 @@ dialog .actions {
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-files-section h1 {
|
section h1 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
text-align: left;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 2px solid gray;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-files-section .actions-buttons input {
|
.my-files-section .actions-buttons input {
|
||||||
|
|
Loading…
Reference in New Issue