fix: narrow config pages on mobile

This commit is contained in:
Herculino Trotta
2024-10-18 00:04:31 -03:00
parent 3772eb94d6
commit 68ed68205b
9 changed files with 10 additions and 10 deletions

View File

@@ -105,8 +105,8 @@
content: '';
position: absolute;
top: 0;
left: -8px;
right: -8px;
left: 0;
right: 0;
bottom: 0;
backdrop-filter: blur(4px);
z-index: 100;