Number of images and Private Session at top instead of bottom.
playgroundai.com by blk020
Details
Authorblk020
LicenseNo License
Categoryplaygroundai.com
Created
Updated
Size1.5 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 playgroundai.com - 5/27/2023, 11:35:29 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("playgroundai.com") {
/* Insert code here... */
#right-sidebar > div.divide-y.divide-white\/10.px-6 > div.flex.flex-col.gap-y-4.py-8:last-child > fieldset.create-fieldset > p:nth-child(2),
#right-sidebar > div.divide-y.divide-white\/10.px-6 > fieldset.create-fieldset.py-8:nth-child(5) > p:nth-child(2),
#right-sidebar > div.divide-y.divide-white\/10.px-6 > fieldset.create-fieldset.py-8:first-child > p:nth-child(2){
display: none
}
#right-sidebar > div.divide-y.divide-white\/10.px-6 > fieldset.create-fieldset.py-8:nth-child(5) {
position: absolute;
top: 0;
width: 90%;
height:120px;
transition: top 0.5s;
border-bottom: solid 1px #1e1c27
}
#right-sidebar > div.divide-y.divide-white\/10.px-6 > fieldset.create-fieldset.py-8:nth-child(5) > label:first-child{
padding-bottom:5px
}
#right-sidebar > div.divide-y.divide-white\/10.px-6 > div.flex.flex-col.gap-y-4.py-8:last-child {
position: absolute;
top: 0;
top:100px;
width: 90%;
height:100px;
transition: top 0.5s;
}
#right-sidebar > div.divide-y.divide-white\/10.px-6 {
padding-top: 180px;
transition: top 0.5s;
}
}