Skip to content

Commit 479e43d

Browse files
authored
fix(snippets): remove unused space in topbar (#1044)
1 parent 2aa8f52 commit 479e43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
{
531531
"title": "Remove Unused Space in Topbar",
532532
"description": "Remove the unused space in topbar.",
533-
"code": ".Kgjmt7IX5samBYUpbkBu { display: none !important; }",
533+
"code": ".Kgjmt7IX5samBYUpbkBu, .OPsY6bKl1_FfA8jFpq1V { display: none !important; }",
534534
"preview": "resources/assets/snippets/remove-unused-space.png"
535535
}
536536
]

0 commit comments

Comments
 (0)