minor css changes

This commit is contained in:
2024-03-09 16:43:06 -06:00
parent 3a95ca4b74
commit 54dac93da5
2 changed files with 4 additions and 2 deletions

View File

@@ -7083,7 +7083,7 @@ li .availability-status-code- {
width: 2ch;
}
.lineup-slot .position-select-box {
width: 10ch;
width: 11ch;
}
.lineup-slot .Panel-cell:has(.sequence), .lineup-slot .Panel-cell:has(.drag-handle), .lineup-slot .Panel-cell:has(.position-select-box) {
flex: 0 0 0% !important;
@@ -7103,6 +7103,8 @@ div[id^=event-lineup] .Panel.position-only .Panel-cell:has(.sequence), div[id^=e
border-radius: 0;
margin-right: -16px;
margin-left: -16px;
border-right: none;
border-left: none;
}
}
.lineup-email {

File diff suppressed because one or more lines are too long