Shared scoreboard: extend UI for marathons
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.d-flex.flex-column style="height: calc(100vh - 180px)"
|
||||
.d-flex.flex-column style="height: calc(100vh - 210px); width: 100%;"
|
||||
|
||||
= render "selectors"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.row style="width: 100%;"
|
||||
.mt-3.col-6.d-flex.flex-column style="height: calc(100vh - 260px)"
|
||||
.col-6.d-flex.flex-column style="height: calc(100vh - 260px); margin-top: #{active_page("/public/event/") == "active" ? "0" : "1rem"};"
|
||||
.d-flex.flex-column style="overflow-y: auto"
|
||||
table.table.table-striped.table-hover
|
||||
thead
|
||||
|
||||
@@ -3,7 +3,7 @@ html
|
||||
= render "layouts/header"
|
||||
|
||||
body
|
||||
.container.mt-5
|
||||
.container style="margin-top: 3rem !important;"
|
||||
- if @current_user
|
||||
.float-end style="margin-top: -5px;"
|
||||
nav.navbar.bg-body-primary
|
||||
|
||||
Reference in New Issue
Block a user