* Fixed circular button keycap.
parent
6fa06d5f6b
commit
cf018975c0
|
@ -280,7 +280,11 @@
|
||||||
stackswitcher button {
|
stackswitcher button {
|
||||||
&.text-button { min-width: 80px; } // FIXME aggregate with buttons
|
&.text-button { min-width: 80px; } // FIXME aggregate with buttons
|
||||||
|
|
||||||
&.circular { min-width: 0; } // FIXME aggregate with buttons
|
&.circular { // FIXME aggregate with buttons
|
||||||
|
min-width: 28px;
|
||||||
|
min-height: 28px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue