📱 Improved mobile responsivness for quick-settings

This commit is contained in:
Alicia Sykes 2021-10-11 21:36:52 +01:00
parent 987f904430
commit 27a4f9fa5c
2 changed files with 6 additions and 0 deletions

View File

@ -173,6 +173,11 @@ export default {
@include very-tiny-phone { @include very-tiny-phone {
flex-direction: column; flex-direction: column;
align-items: baseline; align-items: baseline;
div {
width: 100%;
text-align: center;
.theme-selector-section { justify-content: center; }
}
} }
} }

View File

@ -172,6 +172,7 @@ export default {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: flex-start;
justify-content: center;
height: 100%; height: 100%;
span.theme-label { span.theme-label {
font-size: 1rem; font-size: 1rem;