Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enes Tasbasi
whats-open-web
Commits
abdaa7e6
Commit
abdaa7e6
authored
Dec 23, 2017
by
Mattias J Duffy
Browse files
cards now scroll under navbar instead of at div border
parent
13beadc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/styles/components/cardContainer.scss
View file @
abdaa7e6
.card-container-root
{
margin
:
0
;
padding-top
:
32px
;
width
:
100%
;
display
:
flex
;
flex-wrap
:
wrap
;
...
...
src/styles/containers/layout.scss
View file @
abdaa7e6
...
...
@@ -21,7 +21,7 @@
flex
:
1
1
100%
;
height
:
100%
;
width
:
100%
;
padding-top
:
16
px
;
//
padding-top:
32
px;
}
.layout-sidebar-toggle-container
{
...
...
@@ -52,7 +52,7 @@
}
.layout-card-container
{
height
:
calc
(
100%
-
70px
)
;
height
:
100%
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
...
...
src/styles/containers/searchBar.scss
View file @
abdaa7e6
...
...
@@ -9,6 +9,7 @@
&
.search-bar-focus
{
background-color
:
rgba
(
255
,
255
,
255
,
1
)
!
important
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.24
)
!
important
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.15
);
}
}
...
...
Write
Preview
Markdown
is supported
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