Reworked mobile UI for some components

This commit is contained in:
t1enne
2022-07-08 22:20:22 +02:00
parent 37ad329072
commit efbe6907ac
15 changed files with 223 additions and 132 deletions

View File

@@ -7,9 +7,8 @@
width: clamp(200px, 100%, 300px);
display: flex;
flex-direction: column;
;
background-color: var(--theme-background-secondary);
margin: auto;
margin: 1rem auto;
border-radius: var(--theme-rounded-corners);
padding: 1rem;
}