Skip to content

modOptions-Top by 137329506980462592

Details

Author137329506980462592

LicenseNo License

Categorylbpunion

Created

Updated

Code size739 B

Code checksum457a5a86

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

puts the moderation options at the top of the page lol

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;
}
}

Reviews

No reviews yet.