fix rounded corner rendering issue

This commit is contained in:
azpsen
2024-01-30 11:19:25 -06:00
parent 189692c4d2
commit 9c3edfd7db

7
.config/gtk-3.0/gtk.css Normal file
View File

@@ -0,0 +1,7 @@
menu,
.csd .menu,
.csd .dropdown,
.csd .context-menu {
border-radius: 1px;
}