puts the moderation options at the top of the page lol
modOptions-Top by 137329506980462592
Details
Author137329506980462592
LicenseNo License
Categorylbpunion
Created
Updated
Size739 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 modOptions-Top
@version 20240501.13.56
@namespace https://userstyles.world/user/137329506980462592
@description puts the moderation options at the top of the page lol
@author 137329506980462592
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://beacon.lbpunion.com/user/"), url-prefix("https://beacon.lbpunion.com/slot/") {
.attached.segment > .green.segment {
margin-right: 17px;
position: absolute;
top: 0px;
width: -webkit-fill-available;
width: -moz-available;
}
div.grid:nth-child(2) {
margin-top: 110px;
}
div.card:nth-child(2) {
margin-top: 125px;
}
.attached.segment > .green.segment .ui.button {
display: inline-flex;
}
}