Adjust model picker favorite dot alignment
This commit is contained in:
parent
3c1e0edea3
commit
5a5e0e9823
1 changed files with 2 additions and 2 deletions
|
|
@ -2747,7 +2747,7 @@ body.bg-pattern-sparkles {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: -5px 0 -5px 0;
|
margin: -5px -4px -5px 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
@ -2799,7 +2799,7 @@ body.bg-pattern-sparkles {
|
||||||
.model-picker-list .mp-fav-dot {
|
.model-picker-list .mp-fav-dot {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
margin: -7px 0 -7px 0;
|
margin: -7px -4px -7px 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Overflow "+" menu */
|
/* Overflow "+" menu */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue