mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
进一步收紧竖屏列表右侧留白至4像素
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 + 6
|
? quickNavLayout.itemSize + quickNavLayout.paddingX * 2 + 4
|
||||||
: 0
|
: 0
|
||||||
|
|
||||||
const renderQuickNav = () => {
|
const renderQuickNav = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user