mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
将竖屏列表右侧留白进一步收紧至2像素
This commit is contained in:
@@ -1069,7 +1069,7 @@ export const Home: React.FC<HomeProps> = ({ canEdit, isPortraitMode = false }) =
|
|||||||
|
|
||||||
const portraitListRightPadding =
|
const portraitListRightPadding =
|
||||||
isPortraitMode && shouldShowQuickNav
|
isPortraitMode && shouldShowQuickNav
|
||||||
? quickNavLayout.itemSize + quickNavLayout.paddingX * 2 + 4
|
? quickNavLayout.itemSize + quickNavLayout.paddingX * 2 + 2
|
||||||
: 0
|
: 0
|
||||||
|
|
||||||
const renderQuickNav = () => {
|
const renderQuickNav = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user