feat: updates

This commit is contained in:
qier222 2022-06-14 23:23:34 +08:00
parent 8f4c3d8e5b
commit f340a90117
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
34 changed files with 781 additions and 323 deletions

View file

@ -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));
}