Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
dde9689d
Commit
dde9689d
authored
Nov 28, 2017
by
Karl Hasselbring
Browse files
Fixed: Anpassung searchbar an mobile Ansicht, kleine Änderung sidebar opener
parent
b0eb929c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
dde9689d
...
...
@@ -213,23 +213,24 @@ div:hover>.searchbar-tooltip {
}
}
@media (min-width: @screen-sm-min) {
#research-bar {
position: fixed;
width: 100%;
}
#research-bar-placeholder {
height: 60px;
}
}
#research-bar {
position: fixed;
width: 100%;
padding: 10px 60px 0px 10px;
background-color: white;
border-bottom: 2px solid rgb(255, 128, 0);
display: flex;
justify-content: center;
#header-searchbar {
margin-left: 10px;
}
@media (max-width: @screen-xs-max) {
flex-direction: column;
padding-right: 10px;
}
}
#research-bar-placeholder {
height: 60px;
}
\ No newline at end of file
resources/assets/less/metager/sidebar.less
View file @
dde9689d
...
...
@@ -148,11 +148,11 @@ input#sideBarToggle:checked {
label#openSidebar {
position: fixed;
top: 5px;
top:
1
5px;
right: 20px;
z-index: 998;
font-size: 36px;
line-height: 3
6
px;
line-height:
2
3px;
border-radius: 5px;
color: grey;
background-color: white;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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