本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Updates features text alignment in home view
main
Keith Daulton
2 年之前
父節點
9e05a9c450
當前提交
b4dc10bbf8
共有
1 個檔案被更改
,包括
7 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
src/webviews/apps/home/home.scss
+ 7
- 4
src/webviews/apps/home/home.scss
查看文件
@ -231,12 +231,15 @@ ul {
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
stretch
;
gap
:
1
.
6rem
;
ul
{
margin
:
{
top
:
0
.
2rem
;
bottom
:
0
;
}
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
gap
:
clamp
(
0
.
1rem
,
2vw
,
1
.
2rem
)
;
margin-bottom
:
0
;
}
svg
{
flex
:
none
;
Write
Preview
Loading…
取消
儲存