Merge pull request #1205 from AronHK/settings

Settings css fixes
This commit is contained in:
Ajay Ramachandran
2022-02-24 13:50:51 -05:00
committed by GitHub

View File

@@ -593,7 +593,7 @@ svg {
/* Top bar navigation for smaller screens */ /* Top bar navigation for smaller screens */
@media only screen and (max-height: 650px), only screen and (max-width: 1200px) { @media only screen and (max-height: 725px), only screen and (max-width: 1200px) {
#options-container { #options-container {
flex-direction: column; flex-direction: column;
} }
@@ -666,6 +666,8 @@ svg {
@media only screen and (max-width: 800px) { @media only screen and (max-width: 800px) {
#options { #options {
padding: 0 15px; padding: 0 15px;
justify-content: left; }
#options > div {
max-width: 100%;
} }
} }