Improve responsiveness of the layout switcher (#7736)
This commit is contained in:
parent
81f2b19d32
commit
5201c9b285
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue