Restyle pip
This commit is contained in:
parent
6962ec819a
commit
a9e950ba2f
1 changed files with 6 additions and 3 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue