以非透明透明模式下启动时为主界面添加边框

pull/1066/head
lyswhut 2022-11-25 22:59:11 +08:00
parent bb10474cbb
commit bdeab55d3c
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ body {
.disableTransparent { .disableTransparent {
background-color: var(--color-content-background); background-color: var(--color-content-background);
#body {
border: 1Px solid var(--color-primary-light-500);
}
#right { #right {
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;