testing for now
minds.com black (outdated) by plmch
Details
Authorplmch
LicenseNo License
Categoryminds.com
Created
Updated
Size843 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 minds.com black
@namespace https://minds.com
@version 0.2
@description Minimalistic, black. Testing. Replies: t.me/Plamcheg
@author Plamch
==/UserStyle== */
@-moz-document url-prefix("https://minds.com/") {
* {
border: none!important;
}
body {
margin-top: -45px;
}
body.m-theme__dark m-app m-body, body .m-theme--wrapper.m-theme--wrapper__dark m-app m-body {
background: none!important;
}
body.m-theme__dark * {
background: rgba(0,0,0,0.8)!important;
}
.m-topbar__top {
top: 70px;
margin: 0 14.9%!important;
width: 1180px;
}
body > m-app > m-page > m-body > div {
padding-top: 115px!important;
}
body > m-app > m-page > m-body > div > m-sidebar--navigation > div > nav {
padding: 15px;
}
/* optional */
::-webkit-scrollbar {
display: none;
}
}