adjust button size
This commit is contained in:
parent
30cab52613
commit
1062817cdb
|
@ -71,14 +71,15 @@
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: var(--font-size-l);
|
font-size: var(--font-size-m);
|
||||||
|
line-height: 110%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
left: 46px;
|
left: 50px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 1.5rem;
|
width: 1.3rem;
|
||||||
height: 1.5rem;
|
height: 1.3rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: var(--border-radius-xl);
|
border-radius: var(--border-radius-xl);
|
||||||
|
|
Loading…
Reference in New Issue