Improve responsiveness of the layout switcher (#7736)
parent
81f2b19d32
commit
5201c9b285
|
@ -30,6 +30,7 @@ limitations under the License.
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
border: 1px solid $appearance-tab-border-color;
|
border: 1px solid $appearance-tab-border-color;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -81,6 +82,7 @@ limitations under the License.
|
||||||
margin: 0;
|
margin: 0;
|
||||||
&[data-layout=bubble] {
|
&[data-layout=bubble] {
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
|
flex-shrink: 1;
|
||||||
}
|
}
|
||||||
&[data-layout=irc] {
|
&[data-layout=irc] {
|
||||||
> a {
|
> a {
|
||||||
|
|
Loading…
Reference in New Issue