Adjust pending animation position on upload page on desktop

This commit is contained in:
toshikanneko 2022-02-15 10:54:24 +01:00
parent 586ec1e39c
commit 7a85f410d8

View file

@ -717,6 +717,16 @@ img {
height: var(--height-input-slim);
}
.section__actions {
.button {
.button__content {
.button__label {
margin-top: 0;
}
}
}
}
@media (max-width: $breakpoint-small) {
.MuiTextField-root {
background-color: var(--color-header-background);
@ -735,7 +745,6 @@ img {
margin-right: var(--spacing-m);
.button__content {
.button__label {
margin-top: 0;
font-size: var(--font-s);
}
}