* Adjust repo diff page style.

This commit is contained in:
caoyanyi
2024-01-03 16:04:49 +08:00
parent d2c8e5d367
commit e9195ef31e
+2 -2
View File
@@ -59,7 +59,7 @@ div(
),
div(set::id('tab-' . $currentEntry)),
),
dropdown
$dropMenus ? $dropdown
(
set::arrow(false),
set::staticMenu(true),
@@ -74,7 +74,7 @@ div(
(
$dropMenus
),
),
) : null,
div(set::className('absolute top-0 left-0 z-20 arrow-left btn-left'), icon('chevron-left')),
div(set::className('absolute top-0 right-0 z-20 arrow-right btn-right'), icon('chevron-right')),
)