fixed UI details across layouts

This commit is contained in:
Nuno Coração
2022-10-15 23:14:35 +01:00
parent dd64ebf501
commit 893aa17abc
9 changed files with 29 additions and 18 deletions

View File

@@ -1618,10 +1618,6 @@ select {
height: 3rem;
}
.h-36 {
height: 9rem;
}
.h-full {
height: 100%;
}
@@ -1630,6 +1626,10 @@ select {
height: 6rem;
}
.h-36 {
height: 9rem;
}
.h-8 {
height: 2rem;
}
@@ -1654,12 +1654,6 @@ select {
width: 3rem;
}
.w-fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.w-36 {
width: 9rem;
}
@@ -1696,6 +1690,10 @@ select {
min-width: 2.4rem;
}
.min-w-\[220px\] {
min-width: 220px;
}
.max-w-7xl {
max-width: 80rem;
}
@@ -3015,6 +3013,10 @@ body:has(#menu-controller:checked) {
}
}
.max-w-prose {
max-width: 75ch;
}
.first\:mt-8:first-child {
margin-top: 2rem;
}