Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +7 -4
css/main.css
CHANGED
|
@@ -50,15 +50,18 @@ ul {
|
|
| 50 |
|
| 51 |
.half-audio {
|
| 52 |
padding: 24px;
|
| 53 |
-
position:
|
| 54 |
}
|
| 55 |
|
| 56 |
-
.
|
| 57 |
-
|
| 58 |
-
|
|
|
|
|
|
|
| 59 |
}
|
| 60 |
|
| 61 |
|
|
|
|
| 62 |
/* Transcript styles */
|
| 63 |
.movControl {
|
| 64 |
background: #FFFFFF;
|
|
|
|
| 50 |
|
| 51 |
.half-audio {
|
| 52 |
padding: 24px;
|
| 53 |
+
position: fixed;
|
| 54 |
}
|
| 55 |
|
| 56 |
+
.stuck-audio {
|
| 57 |
+
position: fixed;
|
| 58 |
+
top: 0;
|
| 59 |
+
width: 100%
|
| 60 |
+
background: #e7fefc;
|
| 61 |
}
|
| 62 |
|
| 63 |
|
| 64 |
+
|
| 65 |
/* Transcript styles */
|
| 66 |
.movControl {
|
| 67 |
background: #FFFFFF;
|