feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
14
src/assets/styles/noscript.css
Normal file
14
src/assets/styles/noscript.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* generic helper to hide client side content */
|
||||
.client-side {
|
||||
display:none
|
||||
}
|
||||
|
||||
/* unset text toggle implementation on artist + genre pages */
|
||||
[data-toggle-content].text-toggle-hidden {
|
||||
height: unset !important;
|
||||
overflow: unset !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
[data-toggle-content].text-toggle-hidden::after {
|
||||
display: none !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue