File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
.wrapper {
15
- margin-top : 4 em ;
15
+ margin-top : 3 em ;
16
16
}
17
17
18
18
.view {
57
57
border-top : 0 ;
58
58
max-width : 100% ;
59
59
width : 100% ;
60
- height : calc (100vh - 4 em );
60
+ height : calc (100vh - 3 em );
61
61
}
62
62
63
63
.right {
68
68
border-top : 0 ;
69
69
max-width : 100% ;
70
70
width : 100% ;
71
- height : calc (100vh - 4 em );
71
+ height : calc (100vh - 3 em );
72
72
}
73
73
74
74
.fragment : before {
@@ -129,7 +129,8 @@ pre {
129
129
z-index : 1000 ;
130
130
display : flex;
131
131
align-items : center;
132
- justify-content : space-evenly;
132
+ gap : 0.5em ;
133
+ justify-content : normal;
133
134
}
134
135
135
136
# next_prev_match {
@@ -140,15 +141,12 @@ pre {
140
141
margin : 0 ;
141
142
}
142
143
143
- .matches_group {
144
- margin-bottom : .4em ;
145
- }
146
-
147
144
.brand {
148
145
text-align : center;
149
146
vertical-align : middle;
150
147
height : 2.20em ;
151
148
margin : 0 ;
149
+ padding-right : 25% ;
152
150
}
153
151
154
152
a .index-link {
Original file line number Diff line number Diff line change 12
12
< body >
13
13
< div class ="wrapper " id ="page ">
14
14
< nav class ="bg-dark text-center " id ="sidebar ">
15
+ < div class ="bg-dark text-center brand text-light ">
16
+ < h4 > < a href ="index.html " class ="index-link "> < b > compare50</ b > </ a > </ h4 >
17
+ </ div >
15
18
< div class ="text-light id " id ="{{id}} "> {{id}} / {{max_id}}</ div >
16
19
< div class ="btn-group " role ="group " aria-label ="NextPrev " id ="next_prev_match ">
17
20
< button type ="button " class ="btn btn-outline-light prev_match " id ="prev_match " {{ 'disabled' if id < = 1 else ''}}> < < </ button >
You can’t perform that action at this time.
0 commit comments