From 5aecf52cb12ce705f4b19f56dda7fde744783cfd Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sun, 10 Nov 2019 15:24:10 +0000 Subject: [PATCH] fixed a bug in general tab --- .../app/Popouts/Popouts/ServerSettingsPanels/General.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/Popouts/Popouts/ServerSettingsPanels/General.vue b/src/components/app/Popouts/Popouts/ServerSettingsPanels/General.vue index 2542d70..bb76bad 100644 --- a/src/components/app/Popouts/Popouts/ServerSettingsPanels/General.vue +++ b/src/components/app/Popouts/Popouts/ServerSettingsPanels/General.vue @@ -221,6 +221,7 @@ export default { margin-top: 10px; justify-content: center; background-color: #06454d; + flex-shrink: 0; .avatar { display: flex; @@ -323,7 +324,6 @@ export default { @media (max-width: 390px) { .top { flex-direction: column; - flex-shrink: 0; .avatar { height: initial; }