This commit is contained in:
Ross
2021-06-24 21:02:18 +01:00
parent 01005176a5
commit ab73ead7c1
8 changed files with 689 additions and 545 deletions
+10 -2
View File
@@ -193,8 +193,16 @@ th.site-title {
.name {
max-width: 90px;
display:inline-block;
display:inline-flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/*text-overflow: ellipsis;*/
}
.shift-highlight {
background-color: palegreen;
}
.pair-match {
background-color: red;
}