Skip to content

Commit efc2a73

Browse files
fix(sidebar): side bar title now matches sidebar width (#537)
* side bar title now matches sidebar width * made sidebar narrower Co-authored-by: Peter Kos <[email protected]>
1 parent 573fe45 commit efc2a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/manage/application.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.fa.fa-bars.m-3.mx-4.text-white.h-auto
1919
2020
/ TODO: move acc/signin inside the sidebar
21-
%a.navbar-brand.px-3.mr-0{href: manage_root_path} #{HackathonConfig['name']} Manager
21+
%a.navbar-brand.px-3.mr-0.col-xl-2.col-lg-3{href: manage_root_path} #{HackathonConfig['name']} Manager
2222
2323
/ %input.form-control.form-control-dark.w-100{"aria-label" => "Search", placeholder: "Search", type: "text"}/
2424
%ul.navbar-nav.ml-auto.px-3
@@ -29,7 +29,7 @@
2929
3030
.container-fluid
3131
.row
32-
%nav.col-md-3.d-none.d-md-block.bg-light.sidebar
32+
%nav.col-md-3.d-none.d-md-block.bg-light.sidebar.col-xl-2.col-lg-3
3333
.sidebar-sticky
3434
%h6.sidebar-heading.d-flex.justify-content-between.align-items-center.px-3.mt-4.mb-1.text-muted
3535
%span

0 commit comments

Comments
 (0)