* Fixed circular button keycap.

pull/539/head
Megax 2016-08-29 22:29:14 +02:00
parent 6fa06d5f6b
commit cf018975c0
1 changed files with 5 additions and 1 deletions

View File

@ -280,7 +280,11 @@
stackswitcher button {
&.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;
}
}
}