bye bye trailing whitespaces (#442)

This commit is contained in:
Evil Puncker 2020-08-02 09:48:13 -03:00 committed by GitHub
parent aa016fc0b1
commit a00dbcfabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
77 changed files with 1056 additions and 1064 deletions

View File

@ -26,5 +26,4 @@
.banner { .banner {
height: 170px; height: 170px;
} }
} }

View File

@ -143,7 +143,6 @@ nav .container > div > ul > li > ul {
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
} }
.main { .main {
width: 1220px; width: 1220px;
margin: 2rem auto; margin: 2rem auto;
@ -151,16 +150,11 @@ nav .container > div > ul > li > ul {
z-index: 1; z-index: 1;
} }
.ellipsis { .ellipsis {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.alert-box { .alert-box {
max-width: 500px; max-width: 500px;
font-size: 14px; font-size: 14px;

View File

@ -1,6 +1,5 @@
Milestone - What I wish to add to Znote AAC in the future. (Znote AAC TODO/wish list). Milestone - What I wish to add to Znote AAC in the future. (Znote AAC TODO/wish list).
- Character auction page for donation points. - Character auction page for donation points.
- TFS 1.0 support.
- Semi-live communication with OT. - Semi-live communication with OT.
- Live ban, kick, broadcast message, open/close server and Custom commands. - Live ban, kick, broadcast message, open/close server and Custom commands.
- Sub-page system. - Sub-page system.