chore(kde): Very slightly increase border radius for gtk4 theme

This commit is contained in:
Kyle Gospodnetich 2024-01-09 21:52:26 -08:00
parent 9692fcc694
commit c38a50953d

View File

@ -5,7 +5,7 @@
*/
window {
border-radius: 3px 3px 0 0;
border-radius: 4px 4px 0 0;
border-width: 0px;
margin: 0px;
}
@ -21,11 +21,11 @@ window.maximized {
}
.popup window {
border-radius: 3px;
border-radius: 4px;
}
.csd window {
border-radius: 3px;
border-radius: 4px;
}
.solid-csd window {