File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 18
18
<!-- Header Navbar -->
19
19
< nav class ="navbar navbar-dark bg-dark py-3 ">
20
20
< div class ="container ">
21
- < h4 class ="navbar-brand mb-0 fw-bold "> RRWeb Debug</ h4 >
21
+ < a href =" / " class ="navbar-brand mb-0 fw-bold text-decoration-none "> RRWeb Debug</ a >
22
22
< small class ="text-muted "> Play rrweb recordings in your browser</ small >
23
23
</ div >
24
24
</ nav >
Original file line number Diff line number Diff line change 19
19
.main-content {
20
20
height : calc (100vh - 100px );
21
21
}
22
+
23
+ /* Ensure JSON editor doesn't push player off screen */
24
+ # jsoneditor {
25
+ max-height : 70vh ;
26
+ overflow-y : auto;
27
+ }
28
+
29
+ /* Ensure player takes available space properly */
30
+ # player {
31
+ min-height : 400px ;
32
+ }
22
33
</ style >
23
34
</ head >
24
35
28
39
< div class ="container-fluid ">
29
40
< div class ="row w-100 align-items-center ">
30
41
< div class ="col-lg-8 ">
31
- < h4 class ="navbar-brand mb-0 fw-bold "> RRWeb Debug Player</ h4 >
42
+ < a href =" ../ " class ="navbar-brand mb-0 fw-bold text-decoration-none "> RRWeb Debug Player</ a >
32
43
< small class ="text-muted d-block ">
33
44
Events: < span id ="json-source " class ="text-info "> loading...</ span >
34
45
</ small >
@@ -47,7 +58,7 @@ <h4 class="navbar-brand mb-0 fw-bold">RRWeb Debug Player</h4>
47
58
< div class ="container-fluid flex-grow-1 py-3 main-content ">
48
59
< div class ="row h-100 g-3 ">
49
60
<!-- Player Panel -->
50
- < div class ="col-lg-8 ">
61
+ < div class ="col-lg-9 ">
51
62
< div class ="card h-100 shadow-sm ">
52
63
< div class ="card-header bg-light ">
53
64
< h5 class ="card-title mb-0 ">
@@ -68,7 +79,7 @@ <h5 class="card-title mb-0">
68
79
</ div >
69
80
70
81
<!-- JSON Editor Panel -->
71
- < div class ="col-lg-4 ">
82
+ < div class ="col-lg-3 ">
72
83
< div class ="card h-100 shadow-sm ">
73
84
< div class ="card-header bg-light ">
74
85
< h5 class ="card-title mb-0 ">
You can’t perform that action at this time.
0 commit comments