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
Luna
Otwarty Czapkomat Webowy
Commits
39155efd
Commit
39155efd
authored
Sep 03, 2021
by
Lauren Liberda
Browse files
fix logging out on mobile
parent
2baf509f
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/style.scss
View file @
39155efd
...
...
@@ -64,3 +64,20 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, sans-serif;
.navbar-item
>
img
{
max-height
:
2rem
;
}
// fixes to make logging out avoilable on mobile
@media
screen
and
(
max-width
:
$navbar-breakpoint
)
{
.navbar
,
.navbar-menu
,
.navbar-end
{
align-items
:
stretch
;
display
:
flex
;
}
.navbar-menu
{
background-color
:
transparent
;
box-shadow
:
none
;
}
.navbar-brand
{
display
:
none
;
}
}
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