Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
nk20
Commits
4452d112
Commit
4452d112
authored
Sep 06, 2020
by
erdnaxe
🦋
Browse files
Navbar should expand only on large screen
parent
27aa2e9d
Pipeline
#8685
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
note_kfet/templates/base.html
View file @
4452d112
...
...
@@ -47,7 +47,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
</head>
<body
class=
"d-flex w-100 h-100 flex-column"
>
<main
class=
"mb-auto"
>
<nav
class=
"navbar navbar-expand-
md
navbar-dark bg-primary fixed-navbar shadow-sm"
>
<nav
class=
"navbar navbar-expand-
lg
navbar-dark bg-primary fixed-navbar shadow-sm"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"/"
>
{{ request.site.name }}
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment