Adjust font size on upload page on mobile

This commit is contained in:
toshikanneko 2022-02-15 09:16:13 +01:00
parent b3020b6cfb
commit b5a6a35f64
2 changed files with 12 additions and 2 deletions

View file

@ -1639,8 +1639,8 @@ export const icons = {
width={props.size || '500'}
height={props.size || '500'}
fill="currentColor"
stroke="currentColor"
strokeWidth="0"
stroke="black"
strokeWidth="3"
strokeLinecap="round"
strokeLinejoin="round"
>

View file

@ -728,6 +728,16 @@ img {
textarea#content_description:focus-visible {
box-shadow: unset;
}
.section__actions {
.button {
.button__content {
.button__label {
font-size: var(--font-s);
}
}
}
}
}
}