From 9148a7464e027a3c6eba22abfb357c9fa8a0ee72 Mon Sep 17 00:00:00 2001 From: Er2 Date: Fri, 1 Apr 2022 21:53:24 +0300 Subject: [PATCH] bugfixes --- src/mobile.less | 2 +- src/profile.less | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mobile.less b/src/mobile.less index 92e03f7..7228545 100644 --- a/src/mobile.less +++ b/src/mobile.less @@ -44,7 +44,7 @@ #channels li, div[class^="tabBarItem-"] { margin-top: 8px; - padding: 0 12px; + padding: 8px; font-size: 11pt; } diff --git a/src/profile.less b/src/profile.less index d5b8e7a..2729a0a 100644 --- a/src/profile.less +++ b/src/profile.less @@ -62,6 +62,7 @@ div[class^="focusLock-"]:not([aria-labelledby]) > div[class^="root-"] { flex-direction: row; background-color: var(--background-floating) !important; header { + width: 260px; margin: 24px; div[class^="avatar-"] { @@ -96,5 +97,7 @@ div[class^="focusLock-"]:not([aria-labelledby]) > div[class^="root-"] { div[class^="body-"] { margin-left: 16px; height: 370px; + & > * + { padding: 0 !important; } } }