The bottom corner should not be rounded in metacity

This commit is contained in:
ciricode
2021-12-10 10:34:07 +07:00
parent b4e96907ad
commit 143513a9c1
4 changed files with 3077 additions and 9 deletions

View File

@@ -3669,6 +3669,11 @@ decoration {
}
}
.metacity & {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.csd.popup & {
border-radius: $menu-radius;