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 nav styles in the home view
main
Keith Daulton
2 years ago
parent
5103ee070c
commit
de83d56b1a
1 changed files
with
16 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-10
src/webviews/apps/home/home.scss
+ 16
- 10
src/webviews/apps/home/home.scss
View File
@ -193,20 +193,26 @@ ul {
}
&
--text
{
flex
:
none
;
padding
:
{
left
:
0
.
4rem
;
right
:
0
.
4rem
;
}
gap
:
0
.
2rem
;
min-width
:
2
.
2rem
;
width
:
fit-content
;
@media
(
max-width
:
368
px
)
{
@media
(
max-width
:
370
px
)
{
>
:
last-child
{
display
:
none
;
}
}
@media
(
min-width
:
371
px
)
{
flex
:
none
;
padding
:
{
left
:
0
.
3rem
;
right
:
0
.
3rem
;
}
gap
:
0
.
2rem
;
min-width
:
2
.
2rem
;
width
:
fit-content
;
&
+
&
{
margin-left
:
0
.
2rem
;
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save