labels default position (left)
GGPersia.com - labels left by blk020
Details
Authorblk020
LicenseNo License
Categoryforum.cgpersia.com
Created
Updated
Size586 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 forum.cgpersia.com - labels default (left)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("forum.cgpersia.com") {
.structItem-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.structItem-title .label,
.is-unread .structItem-title::before {
margin-right: 5px;
}
.structItem-title a {
order: 1;
}
.cgp-prefix {
margin-left: 0;
}
}