mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed min marker width
This commit is contained in:
parent
ea8936f283
commit
5e3aa587c7
1 changed files with 1 additions and 2 deletions
|
@ -125,7 +125,6 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 20px;
|
|
||||||
height: 14px;
|
height: 14px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -194,7 +193,7 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
// transform: translate(50%, 0);
|
// transform: translate(50%, 0);
|
||||||
top: -5px;
|
top: -3px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
padding: 0 6px 0 6px;
|
padding: 0 6px 0 6px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue