Tweak border rounding

This commit is contained in:
Evie Litherland-Smith 2024-02-09 08:32:59 +00:00
parent 53c4b49e11
commit fe479544e4
4 changed files with 9 additions and 9 deletions

View file

@ -143,7 +143,7 @@
layout = "dwindle";
};
decoration = with config.lib.stylix.colors; {
rounding = 10;
rounding = 5;
"col.shadow" = "rgba(0d${base00})";
drop_shadow = "yes";
shadow_ignore_window = true;

View file

@ -52,7 +52,7 @@
width = mkLiteral "75%";
border = mkLiteral "1px";
border-color = border;
border-radius = mkLiteral "10px";
border-radius = mkLiteral "5px";
background-color = bg;
};

View file

@ -8,7 +8,7 @@
}
.floating-notifications.background .notification-row .notification-background {
border-radius: 10px;
border-radius: 5px;
border: 1px solid ${withHashtag.magenta};
margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
@ -21,7 +21,7 @@
.notification-background
.notification {
padding: 7px;
border-radius: 10px;
border-radius: 5px;
}
.floating-notifications.background
@ -75,7 +75,7 @@
> *:last-child
> *
.notification-action {
border-radius: 10px;
border-radius: 5px;
background-color: ${withHashtag.base01};
color: ${withHashtag.base05};
margin: 7px;
@ -109,7 +109,7 @@
.close-button {
margin: 7px;
padding: 2px;
border-radius: 10px;
border-radius: 5px;
background-color: ${withHashtag.red};
color: ${withHashtag.base00};
}
@ -131,7 +131,7 @@
}
.control-center {
border-radius: 10px;
border-radius: 5px;
border: 1px solid ${withHashtag.magenta};
margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5);
@ -162,7 +162,7 @@
}
.control-center .notification-row .notification-background {
border-radius: 10px;
border-radius: 5px;
background-color: ${withHashtag.base01};
color: ${withHashtag.base05};
margin-top: 14px;

View file

@ -42,7 +42,7 @@ window > box {
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid @base0E;
border-radius: 10px;
border-radius: 5px;
}
tooltip {