1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Merge pull request #4053 from geisterfurz007/fix-4052-switch-clips-in-firefox

fix: switch clips in firefox
This commit is contained in:
Torsten Dittmann 2022-10-12 13:44:55 +02:00 committed by GitHub
commit e17188e52c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -836,6 +836,7 @@ label.switch {
border-radius: 21px;
background: var(--config-color-fade);
display: inline-block;
overflow: visible;
margin: 0;
padding: 5px;
.func-padding-start(5px);