Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-04-08 11:25:33 +02:00
parent 608c92f312
commit 1bdb867564

View File

@@ -378,14 +378,13 @@ th.rotate > div > span {
} }
.divlines { .divlines {
width: 50px; display: block;
height: 50px; overflow-x: hidden;
background-color: red; border-width: 1px 0 0 0;
/* Center vertically and horizontally */ border-color: #333 #333 #333 #333;
position: absolute; border-style: solid;
top: 50%; padding: 0px;
left: 50%; margin: 0px;
margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */
} }
.workoutcontainer { .workoutcontainer {