This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes min-width sizing on welcome
main
Eric Amodio
6 years ago
parent
b9de3a097b
commit
39e0fd3e66
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/ui/scss/main.scss
+ 3
- 3
src/ui/scss/main.scss
View File
@ -885,7 +885,7 @@ ul {
.
section-group__content
{
flex
:
auto
1
1
;
min-width
:
0
;
min-width
:
41
0
px
;
}
.
section-group__content--full-scroll
{
@ -914,9 +914,9 @@ ul {
.
section-group__sidebar--welcome
{
flex
:
196px
0
0
;
margin
:
1em
0
0
0
.
5em
;
margin
:
1em
1em
0
0
.
5em
;
@media
all
and
(
max-width
:
560
px
)
{
@media
all
and
(
max-width
:
616
px
)
{
display
:
none
;
}
}
Write
Preview
Loading…
Cancel
Save