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;
left: 55rem;
z-index: 2000;
border: 1px solid gray;
border-radius: 5px;
height: 25rem;
width: 25rem;
}
.call_header{
@ -39,7 +39,10 @@
.call{
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) {