removes the ungodly margins from the sharesies desktop site, turning it in to a real desktop site
Sharesies Margin Remover by jazzakek
Details
Authorjazzakek
LicenseGNU GPL v3.0
Categoryapp.sharesies.com, sharesies
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sharesies Margin Remover
@version 20211219.10.43
@namespace userstyles.world/user/jazzakek
@description removes the ungodly margins from the sharesies desktop site, turning it in to a real desktop site
@author jazzakek
@license No License
==/UserStyle== */
@-moz-document domain("app.sharesies.com") {
._2Rf32L2ztIbH7LnncsaMGS {
width: 100%;
}
._2RF1qZFrPftD1R4RhT13Nw,
.Os26D9e40T1LL74kThKXi + ._2RF1qZFrPftD1R4RhT13Nw {
max-width: 10000px;
}
html {
margin-left: 0px;
}
._32mVJcU8DFYN0Bkz1sI6Ft,
._2Gtn7rlStTZKanog6m4fZo,
.o28o7tZS1cUqdawO3VfrZ {
max-width: 800px;
}
._32mVJcU8DFYN0Bkz1sI6Ft {
padding: 0 32px;
}
.RyeOENHaTeXHXS06BqQrG .CBizRKpSDfj05DZYGACFs > div {
width: 20%;
display: flex;
flex-direction: column;
}
._12eHlYHfV94GrM_ifugpna {
right: 0px;
width: 30%;
min-width:350px;
max-width: 500px
}
.gT0xqCknc0Duns4hFL_YW ._1qrGhAzAq0d0bMsZD-SKZv{
background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}