theme: Quicksettings toggle size

- stick to the original dimensions of the buttons

See https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5792
This commit is contained in:
Jakub Steiner 2022-08-24 12:20:36 +02:00
parent 210cd0f796
commit e4d5e81fed

View file

@ -12,7 +12,7 @@
border-radius: 99px;
min-width: 11.5em;
max-width: 11.5em;
min-height: 48px;
min-height: 40px;
border:none;
&:checked { @include button(default); }