mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 15:10:31 -04:00
Revert !important additions
This commit is contained in:
parent
bef3fa473c
commit
1ea86a0e7a
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.material-symbols {
|
.material-symbols {
|
||||||
font-family: 'Material Symbols Rounded' !important;
|
font-family: 'Material Symbols Rounded';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -53,6 +53,6 @@ input {
|
|||||||
border-style: inherit !important;
|
border-style: inherit !important;
|
||||||
}
|
}
|
||||||
input:read-only {
|
input:read-only {
|
||||||
background-color: #444 !important;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -77,20 +77,20 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.configContent {
|
.configContent {
|
||||||
margin: auto !important;
|
margin: auto;
|
||||||
width: 900px !important;
|
width: 900px;
|
||||||
max-width: calc(100% - 176px) !important;
|
max-width: calc(100% - 176px);
|
||||||
}
|
}
|
||||||
@media (max-width: 1240px) {
|
@media (max-width: 1240px) {
|
||||||
.configContent {
|
.configContent {
|
||||||
margin-left: 176px !important;
|
margin-left: 176px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.configContent {
|
.configContent {
|
||||||
margin-left: 0px !important;
|
margin-left: 0px;
|
||||||
width: 100% !important;
|
width: 100%;
|
||||||
max-width: 100% !important;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user