style(eww): Fix border radius if there's only 1 workspaces left
This commit is contained in:
parent
6f57c1a670
commit
a4e13585d4
1 changed files with 4 additions and 2 deletions
|
@ -92,11 +92,13 @@ tooltip {
|
||||||
|
|
||||||
.workspaces {
|
.workspaces {
|
||||||
button:first-child label {
|
button:first-child label {
|
||||||
border-radius: $bg-radius 0px 0px $bg-radius;
|
border-top-left-radius: $bg-radius;
|
||||||
|
border-bottom-left-radius: $bg-radius
|
||||||
}
|
}
|
||||||
|
|
||||||
button:last-child label {
|
button:last-child label {
|
||||||
border-radius: 0px $bg-radius $bg-radius 0px;
|
border-top-right-radius: $bg-radius;
|
||||||
|
border-bottom-right-radius: $bg-radius
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue