diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-09 22:43:16 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-09 22:43:16 +0800 |
| commit | 7a7adfdb6fb6131ba2012d3e8aeb145e87773c81 (patch) | |
| tree | cfbf0294f4aed1612a83ba8bf708752c5f5d811c /src/client/util/SettingsManager.scss | |
| parent | 51b1d748abe9100827a20d91fd35d478fbf096e1 (diff) | |
updated settings view for mobile
Diffstat (limited to 'src/client/util/SettingsManager.scss')
| -rw-r--r-- | src/client/util/SettingsManager.scss | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/src/client/util/SettingsManager.scss b/src/client/util/SettingsManager.scss index eb1045f70..4d0fe5b8a 100644 --- a/src/client/util/SettingsManager.scss +++ b/src/client/util/SettingsManager.scss @@ -135,4 +135,33 @@ } } -@media only screen and (max-width: 1000px) {}
\ No newline at end of file +@media only screen and (max-width: 1000px) { + .settings-interface { + background-color: whitesmoke !important; + color: grey; + width: 80vw; + height: 25vh; + } + + .settings-interface .settings-body .settings-content input { + border-radius: 5px; + border: none; + font-size: 30; + padding: 4px; + min-width: 100%; + margin: 2px 0; + } + + .settings-interface button { + width: 100%; + font-size: 30px; + align-self: center; + background: #b2cef8; + margin-top: 4px; + } + + .settings-interface .settings-heading { + letter-spacing: .5em; + font-size: 25; + } +}
\ No newline at end of file |
