1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

style: Revert set default minimal width of buttons to zero

This commit is contained in:
Simon Plakolb 2022-10-20 10:34:20 +02:00
parent 1f591e36f1
commit 05dbfe261a

@ -40,8 +40,6 @@ button {
/* Avoid rounded borders under each button name */ /* Avoid rounded borders under each button name */
border: none; border: none;
border-radius: 0; border-radius: 0;
/* https://github.com/Alexays/Waybar/issues/1731 */
min-width: 0;
} }
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */