This commit is contained in:
Ross
2021-06-13 21:14:21 +01:00
parent 5c54257065
commit 2b8190efb8
7 changed files with 223 additions and 328 deletions
+14 -2
View File
@@ -182,7 +182,19 @@ table {
}
[data-night-at-derriford="1"] {
background-color: yellow;
[data-night-at-derriford="0"] {
border: 1px dotted orange ;
/* Attribute has this exact value */
}
th.site-title {
transform: unset;
}
.name {
max-width: 90px;
display:inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}