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

Commit

Permalink
Improve responsiveness of the layout switcher (#7736)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Feb 8, 2022
1 parent 81f2b19 commit 5201c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/settings/_LayoutSwitcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -81,6 +82,7 @@ limitations under the License.
margin: 0;
&[data-layout=bubble] {
margin-right: 40px;
flex-shrink: 1;
}
&[data-layout=irc] {
> a {
Expand Down

0 comments on commit 5201c9b

Please sign in to comment.