From 5201c9b2850c62845273588b1d4542c799c50f7f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 8 Feb 2022 13:27:09 +0000 Subject: [PATCH] Improve responsiveness of the layout switcher (#7736) --- res/css/views/settings/_LayoutSwitcher.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/settings/_LayoutSwitcher.scss b/res/css/views/settings/_LayoutSwitcher.scss index a01f14aad3a..d87b4b2c338 100644 --- a/res/css/views/settings/_LayoutSwitcher.scss +++ b/res/css/views/settings/_LayoutSwitcher.scss @@ -30,6 +30,7 @@ limitations under the License. flex-direction: column; width: 300px; + min-width: 0; border: 1px solid $appearance-tab-border-color; border-radius: 10px; @@ -81,6 +82,7 @@ limitations under the License. margin: 0; &[data-layout=bubble] { margin-right: 40px; + flex-shrink: 1; } &[data-layout=irc] { > a {