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;
|
||||
padding: 1px;
|
||||
}
|
||||
#shortcuts::after {
|
||||
margin-left: 2px;
|
||||
}
|
||||
.shortcut:not(:last-child)::after {
|
||||
content: " / ";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user