Fixing system version in game detail tab

This commit is contained in:
Vlyan
2022-01-07 12:51:04 +01:00
parent 0df83efb9b
commit f3623d3181
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,14 @@ button {
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
// System title was too long and merge version with module number
#game-details {
.system {
overflow: auto;
border-bottom: 1px solid var(--color-border-light-highlight);
}
}
// sidebar
#sidebar {
padding: 0.5rem 0.25rem 0.5rem 0.5rem;