chore: change screen corner roundness
This commit is contained in:
parent
0733e83964
commit
92fbddea8d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
.corner {
|
.corner {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border-radius: 21px; //Hard code because Hyprland rounding is in px
|
border-radius: 18px; //Hard code because Hyprland rounding is in px
|
||||||
border-width: 0.068rem;
|
border-width: 0.068rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -767,5 +767,5 @@ calendar:indeterminate {
|
||||||
|
|
||||||
.corner {
|
.corner {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border-radius: 21px;
|
border-radius: 18px;
|
||||||
border-width: 0.068rem; }
|
border-width: 0.068rem; }
|
||||||
|
|
Loading…
Reference in a new issue