style: remove panel borders and backgrounds on mobile for cleaner look
This commit is contained in:
@@ -74,6 +74,13 @@ onUnmounted(() => {
|
||||
padding-bottom: calc(2rem + 40px + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.main-content {
|
||||
padding: 1rem;
|
||||
padding-bottom: calc(1rem + 40px + env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.app-body {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user