Compact comments on livejournal.com
LJ Compact Comments by tymofij
Details
Authortymofij
LicenseMIT
Categorylivejournal.com
Created
Updated
Size1.3 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 LJ Compact Comments
@namespace USO Archive
@author tymofiy
@description Compact comments on livejournal.com
@version 2024.08.05
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("livejournal.com") {
.b-leaf-userpic {
img {
max-width:32px !important;
max-height:24px !important;
vertical-align: middle;
margin-top: -1px;
margin-left: 9px;
border-radius: 3px;
}
height: auto !important;
width: 0 !important;
}
.b-leaf-controls {display:none !important;}
.b-leaf-userpic-inner {height: auto!important; width:auto!important;}
/*setup header*/
.b-leaf-header {
line-height: 2em;
border-radius: 5px;
}
.b-leaf-header:after {
content: none !important
}
/*other*/
.b-leaf-username {
float: left !important;
margin: 0 !important;
}
.b-leaf-actions {
margin: 0 0 0 2em !important;
font-size: 70% !important;
}
.b-leaf-actions-item a {
color: gray !important;
}
.b-leaf-meta {
margin: 0 0 0 2em !important;
}
.b-leaf-article {
margin-left: 1em !important;
}
}