Increase width of settings dialog on mobile (#2111)

This commit is contained in:
bymyself
2024-12-31 10:30:40 -07:00
committed by GitHub
parent eb94337c43
commit 7eea2e5aa0

View File

@@ -297,6 +297,7 @@ watch(activeCategory, (_, oldValue) => {
.settings-container {
flex-direction: column;
height: auto;
width: 80vw;
}
.settings-sidebar {