Improve responsiveness of the layout switcher (#7736)
This commit is contained in:
committed by
GitHub
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 {
|
||||
|
||||
Reference in New Issue
Block a user