Port user settings

This commit is contained in:
Pieter Vander Vennet 2023-04-07 02:13:57 +02:00
parent 97aaa8e941
commit 8085079eff
30 changed files with 566 additions and 497 deletions

View file

@ -859,10 +859,6 @@ video {
margin-bottom: 0.75rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@ -931,6 +927,10 @@ video {
margin-top: 2rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.ml-3 {
margin-left: 0.75rem;
}
@ -1063,14 +1063,14 @@ video {
height: 2.75rem;
}
.h-96 {
height: 24rem;
}
.h-64 {
height: 16rem;
}
.h-96 {
height: 24rem;
}
.h-0 {
height: 0px;
}