fix notification dot
This commit is contained in:
parent
2854b012c9
commit
0b78c64928
1 changed files with 4 additions and 6 deletions
10
src/App.scss
10
src/App.scss
|
|
@ -749,13 +749,11 @@ option {
|
|||
max-height: 0.6em;
|
||||
min-width: 0.6em;
|
||||
max-width: 0.6em;
|
||||
padding: 0;
|
||||
left: calc(50% + 0.5em);
|
||||
top: calc(50% - 1em);
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
left: calc(50% - 0.6em);
|
||||
top: calc(50% - 0.6em);
|
||||
margin-left: 0.4em;
|
||||
margin-top: -0.4em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&.-counter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue