Restyle pip

This commit is contained in:
IceDBorn 2023-03-22 01:00:07 +02:00
parent 6962ec819a
commit a9e950ba2f

View file

@ -25,8 +25,8 @@
top: 20rem; top: 20rem;
left: 55rem; left: 55rem;
z-index: 2000; z-index: 2000;
border: 1px solid gray; height: 25rem;
border-radius: 5px; width: 25rem;
} }
.call_header{ .call_header{
@ -39,7 +39,10 @@
.call{ .call{
user-select: none; user-select: none;
background-color: darkgray; border: 1px solid var(--bg-surface-border);
border-radius: var(--bo-radius);
color: var(--tc-surface-normal-low);
background-color: var(--bg-surface);
} }
@include screen.smallerThan(mobileBreakpoint) { @include screen.smallerThan(mobileBreakpoint) {