Add some separation between the update count and stats. #276
This commit is contained in:
parent
ce5fe31c1e
commit
597423fbc6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -283,6 +283,10 @@ else "
|
|||||||
width: 7px;
|
width: 7px;
|
||||||
#{Style.sizing}: border-box;
|
#{Style.sizing}: border-box;
|
||||||
}
|
}
|
||||||
|
/* Updater */
|
||||||
|
#update-status:not(.null)::after {
|
||||||
|
content: ', ';
|
||||||
|
}
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
.pagelist {
|
.pagelist {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user