I added a margin to the beepbox container because i was sick and tired of it having sex with the top of the page
Add beepbox container margin by explodecar
Details
Authorexplodecar
LicenseNo License
Categorybeepbox
Created
Updated
Size563 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Add beepbox container margin
@version 1.0
@description Add beepbox container margin
@author explodecar
@namespace explodecar
==/UserStyle== */
@-moz-document domain("www.beepbox.co") {
}
@media (min-width: 711px) {
body {
width: 100%;
}
}
#beepboxEditorContainer {
min-height: 645px;
overflow: auto;
background: var(--editor-background, black);
width: 100%;
max-width: 710px;
padding-left: 30px;
padding-right: 30px;
margin: 75px;
}