Improve responsiveness of the layout switcher (#7736)

pull/21833/head
Michael Telatynski 2022-02-08 13:27:09 +00:00 committed by GitHub
parent 81f2b19d32
commit 5201c9b285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 {