diff --git a/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss b/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss index 69e014cb2aa767ea544c49a26677d1b9ab90edf7..a923cdd50f7911ca034b6313e6bb0d11d3f787b2 100644 --- a/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss +++ b/src/files-ui/components/dropzone/components/dropzone/Dropzone.scss @@ -101,6 +101,6 @@ @media (max-width: 960px) { width: calc(100% - 1px); padding-left: 1px; - font-size: 0.8rem; + font-size: 0.9rem; } } diff --git a/src/files-ui/components/material-button/MaterialButton.scss b/src/files-ui/components/material-button/MaterialButton.scss index 78c6c8b51d25e2903c494d0658d2ecc52a36b878..d0ef2fe468d0e95fee16737845122b72fbe1485c 100644 --- a/src/files-ui/components/material-button/MaterialButton.scss +++ b/src/files-ui/components/material-button/MaterialButton.scss @@ -88,7 +88,7 @@ span.ripple { } //mobile -@media screen and (max-width: 600px) { +/* @media screen and (max-width: 600px) { .material-button { min-width: 30px; font-size: 0.78rem; @@ -102,3 +102,4 @@ span.ripple { padding: 4px 12px; } } + */ \ No newline at end of file