Improve responsiveness of the layout switcher (#7736)
parent
81f2b19d32
commit
5201c9b285
|
@ -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…
Reference in New Issue