fix spacing and layouts for small screens

This commit is contained in:
p0lycarpio
2023-09-04 11:20:48 +02:00
parent e538c5cbd8
commit e2665bcebf
13 changed files with 36 additions and 46 deletions

View File

@@ -167,8 +167,8 @@ export default defineComponent({
align-self: start !important;
}
.flat {
.flat, .theme--dark .flat {
box-shadow: none!important;
background-color: transparent;
background-color: transparent!important;
}
</style>