beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-21 00:11:59 +11:00
Showing only changes of commit ec5f837d7d - Show all commits

View File

@ -21,13 +21,14 @@ body {
#thsf-schedule-wrapper { #thsf-schedule-wrapper {
position: fixed; position: fixed;
top: 700px; top: 600px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 50%; width: 50%;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background-color: #e6007e; background-color: #e6007e;
margin-bottom: 10px;
} }