hides the post box under the user card
Akkoma/Pleroma Hide Post Box by rat
Details
Authorrat
LicenseCC0
CategoryAkkoma
Created
Updated
Size530 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
add your instance to the custom included sites
meant to be used with the floating post button, which you can enable in settings
Source code
/* ==UserStyle==
@name Akkoma Hide Post Box
@namespace AkkomaHidePostBox
@author rat
@license CC0
@description Hides the post box under the user card on the side column.
@version 1.0
@homepageURL https://codeberg.org/ratmaxxing/akkoma-userstyles
==/UserStyle== */
@-moz-document domain("brain.worm.pink"){
.user-panel .panel .post-status-form{display:none}/*remove post form below user card, enable floating post button*/
.user-info .container{padding:11px 0 11px}/*even padding for user card*/
}