Skip to content

Commit 0a68dea

Browse files
committed
[GTK] Allow buttons to be 0/0 on Gtk 4.x
1 parent 6748179 commit 0a68dea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
button.toggle {
22
padding: 0px;
33
}
4+
button {
5+
min-height: 0px;
6+
min-width: 0px;
7+
}

0 commit comments

Comments
 (0)