pikabu
pikabu.ru - 10.07.2022, 20:42:28 by ktotud
Details
Authorktotud
LicenseNo License
Categorypikabu
Created
Updated
Size474 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 pikabu.ru - 10.07.2022, 20:42:28
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pikabu.ru") {
.player__controls-wrapper {
width: calc(100% - 30px);
}
.player__volume-container {
top: auto;
bottom: 6px;
right: 2px;
}
.player__volume-container,
.player__volume,
.player__volume-amounts {
transform: rotate(180deg);
}
}