Update app.css & app.js

This commit is contained in:
foxster-mp4
2023-05-22 10:14:11 -07:00
parent cb55941129
commit fae66fd282
2 changed files with 6 additions and 3 deletions

View File

@@ -115,6 +115,10 @@ a {
opacity: 0.35;
}
#whats-new #version-date {
text-align: right;
}
#whats-new #version-description {
-webkit-line-clamp: 3;
line-clamp: 3;