some error debugging and for frontend thicker lines around blocks
This commit is contained in:
@@ -45,4 +45,12 @@
|
||||
.row-interactive:hover {
|
||||
background-color: rgba(63, 211, 122, 0.05);
|
||||
}
|
||||
|
||||
/* Clearly visible separation between stacked list rows — a plain 1px
|
||||
divide-y read as almost invisible once rows have very different
|
||||
heights (e.g. a session with 15 map names next to one with 2). */
|
||||
.row-divide > * + * {
|
||||
border-top-width: 2px;
|
||||
border-top-color: theme('colors.base.divider');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user