a few style tweaks
This commit is contained in:
parent
cacb3a898d
commit
1c063111cc
5 changed files with 10 additions and 24 deletions
16
app/main.css
16
app/main.css
|
@ -33,7 +33,7 @@ progress::-webkit-progress-value {
|
|||
|
||||
.main {
|
||||
display: flex;
|
||||
max-width: 1024px;
|
||||
max-width: 64rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -83,14 +83,6 @@ progress::-webkit-progress-value {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bg-shades {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.border-modal {
|
||||
box-shadow: 0 0 5rem 5rem white;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
@apply leading-normal;
|
||||
@apply select-none;
|
||||
|
@ -148,10 +140,6 @@ progress::-webkit-progress-value {
|
|||
content: '\200b';
|
||||
}
|
||||
|
||||
.max-h-half {
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
.main {
|
||||
@apply flex-1;
|
||||
|
@ -159,7 +147,7 @@ progress::-webkit-progress-value {
|
|||
@apply items-center;
|
||||
@apply my-10;
|
||||
|
||||
width: calc(100% - 48px);
|
||||
width: calc(100% - 3rem);
|
||||
min-height: 30rem;
|
||||
max-height: 40rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue