Adjust font size on upload page on mobile
This commit is contained in:
parent
b3020b6cfb
commit
b5a6a35f64
2 changed files with 12 additions and 2 deletions
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue