9 lines
207 B
CSS
9 lines
207 B
CSS
/* Taller or wider buttons */
|
|
#docklike-plugin button {
|
|
min-height: 48px;
|
|
min-width: 20px;
|
|
}
|
|
|
|
|
|
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }
|