prettier: client

This commit is contained in:
wommy 2024-10-15 22:24:27 -04:00
parent f2102a0a23
commit 3beb8905c4
74 changed files with 520 additions and 652 deletions

View file

@ -92,11 +92,10 @@
}
/* Firefox */
input[type=number] {
input[type='number'] {
-moz-appearance: textfield;
}
.tracksTable {
border-collapse: collapse;
width: 100%;
@ -174,7 +173,10 @@ input[type=number] {
}
.box-shadow-book {
box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166;
box-shadow:
4px 1px 8px #11111166,
-4px 1px 8px #11111166,
1px -4px 8px #11111166;
}
.shadow-height {
@ -182,7 +184,9 @@ input[type=number] {
}
.box-shadow-book3d {
box-shadow: 4px 1px 8px #11111166, 1px -4px 8px #11111166;
box-shadow:
4px 1px 8px #11111166,
1px -4px 8px #11111166;
}
.box-shadow-side {
@ -204,7 +208,6 @@ Bookshelf Label
color: #fce3a6;
}
.cover-bg {
width: calc(100% + 40px);
height: calc(100% + 40px);
@ -247,4 +250,4 @@ Bookshelf Label
.abs-btn:disabled::before {
background-color: rgba(0, 0, 0, 0.2);
}
}