Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5201c9b

Browse files
authored
Improve responsiveness of the layout switcher (#7736)
1 parent 81f2b19 commit 5201c9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/settings/_LayoutSwitcher.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ limitations under the License.
3030
flex-direction: column;
3131

3232
width: 300px;
33+
min-width: 0;
3334

3435
border: 1px solid $appearance-tab-border-color;
3536
border-radius: 10px;
@@ -81,6 +82,7 @@ limitations under the License.
8182
margin: 0;
8283
&[data-layout=bubble] {
8384
margin-right: 40px;
85+
flex-shrink: 1;
8486
}
8587
&[data-layout=irc] {
8688
> a {

0 commit comments

Comments
 (0)