made it less round
This commit is contained in:
parent
20d45163dc
commit
49a8d543eb
1 changed files with 3 additions and 1 deletions
|
@ -48,10 +48,12 @@ menu {
|
||||||
|
|
||||||
.bar,tooltip{
|
.bar,tooltip{
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
border-radius: 16px;
|
/* border-radius: 16px; */
|
||||||
|
border-radius: 6px;
|
||||||
margin: 2px 0.5rem 0;
|
margin: 2px 0.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue