UI: Fix status border radius
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
bf7c271556
commit
fada005f27
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
background-color: alpha(var(--error-bg-color), 0.1);
|
||||
}
|
||||
.singbox-status > sheet > stack > button {
|
||||
border-radius: 10px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
padding: 5px;
|
||||
}
|
||||
.singbox-log {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue