mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: updates
This commit is contained in:
parent
8f4c3d8e5b
commit
f340a90117
34 changed files with 781 additions and 323 deletions
|
|
@ -59,6 +59,14 @@
|
|||
word-break: break-all;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
|
||||
.line-clamp-4 {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
-webkit-line-clamp: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
@ -107,9 +115,12 @@ input {
|
|||
}
|
||||
|
||||
body {
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
min-height: calc(100% + env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
button,
|
||||
|
|
@ -135,8 +146,3 @@ a {
|
|||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
min-height: calc(100% + env(safe-area-inset-top));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue