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 links bar layout when small
main
Eric Amodio
2 years ago
parent
ae799987de
commit
89ff809720
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/webviews/apps/home/home.scss
+ 8
- 0
src/webviews/apps/home/home.scss
View File
@ -93,6 +93,14 @@ p {
padding
:
0
;
white-space
:
nowrap
;
}
@media
screen
and
(
max-width
:
450
px
)
{
grid-template-columns
:
repeat
(
2
,
auto
)
;
}
@media
screen
and
(
max-width
:
350
px
)
{
grid-template-columns
:
1fr
;
}
}
vscode-button
{
Write
Preview
Loading…
Cancel
Save