Make status and relevant smiley emote float right

This commit is contained in:
bel
2020-03-15 17:20:44 +00:00
parent 2f31b4624a
commit feeab6f181
3 changed files with 21 additions and 5 deletions

View File

@@ -31,3 +31,11 @@ body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxyg
#jobs > tbody > tr:nth-child(2n+1) > td > details {
background-color: #161f27;
}
#jobs > tbody > tr > td > details > summary > span:not(:first-child) {
float: right;
}
#jobs > tbody > tr > td > details > table > tbody > tr > td {
font-family: monospace;
}