Skip to content

Commit 16dcd5e

Browse files
authored
feat(snippets): add Remove Unused Space in Top-bar (#1036)
1 parent 8f9019c commit 16dcd5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
257 KB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,11 @@
526526
"description": "Adds a Minecraft Bee to the Progress Bar which follows throughout the duration of the track.",
527527
"code": ".player-controls .playback-progressbar .progress-bar::before { content: ''; width: 55px; height: 55px; bottom: calc(40%); left: var(--progress-bar-transform); position: absolute; transition: left var(--progress-bar-duration); transform: translate(-15px, 0px); image-rendering: auto; background-size: 55px 55px; background-image: url('https://i.imgur.com/1oyD6fu.gif'); }",
528528
"preview": "resources/assets/snippets/minecraft-bee-snippet.gif"
529+
},
530+
{
531+
"title": "Remove Unused Space in Topbar",
532+
"description": "Remove the unused space in topbar.",
533+
"code": ".Kgjmt7IX5samBYUpbkBu { display: none !important; }",
534+
"preview": "resources/assets/snippets/remove-unused-space.png"
529535
}
530536
]

0 commit comments

Comments
 (0)