📱 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 {
flex-direction: column;
align-items: baseline;
div {
width: 100%;
text-align: center;
.theme-selector-section { justify-content: center; }
}
}
}