Fix the spacing between the last shortcut and the right bracket.
@ferongr
This commit is contained in:
parent
f9005c02bf
commit
2c0946068e
@ -191,6 +191,9 @@ a[href="javascript:;"] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
#shortcuts::after {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
.shortcut:not(:last-child)::after {
|
.shortcut:not(:last-child)::after {
|
||||||
content: " / ";
|
content: " / ";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user