feat(settings): UI improvements (#448)

* Fixed CSS for Settings.tsx + new Theme Shop design

* reformat

* More changes to UI CSS

* Small CSS fixes for Settings.tsx, Account, Bots

* Updated theme shop, settings pages, cleanup

* chore: force sync language submodule

* fix(sidebar): prevent items from shrinking

* fix(push): fix timestamp and icon for push notifications

* fix(voice): hide grant permission button after grant

* chore: hide new shop / chevron before merge

* chore(ci): bump node to v16 in dockerfile

* fix(sidebar): change width of channel sidebar

Co-authored-by: trashtemp <96388163+trashtemp@users.noreply.github.com>
This commit is contained in:
Paul Makles
2021-12-20 13:37:21 +00:00
committed by GitHub
parent 535a40df0c
commit 9298f205fc
23 changed files with 744 additions and 272 deletions

View File

@@ -130,13 +130,18 @@
.container {
min-width: 218px;
max-width: 300px;
padding: 80px 8px;
display: flex;
gap: 2px;
flex-direction: column;
}
@media only screen and (min-width: 800px) {
.container {
max-width: 300px;
}
}
.divider {
height: 30px;
}
@@ -224,6 +229,11 @@
font-weight: 400;
}
h6 {
font-size: 1rem;
font-weight: 600;
}
.footer {
border-top: 1px solid;
margin: 0;