makes more game log fit on screen
squeeze chat by Gurkenglas
Details
AuthorGurkenglas
LicenseNo License
Categoryjinteki.net
Created
Updated
Size449 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 squeeze chat
@version 20231213.12.40
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.jinteki.net/play") {
.gameboard .right-pane .content-pane > .content .log .username{
display: none;
}
.gameboard .right-pane .content-pane > .content .log .avatar{
height: 10px;
}
.message{
margin-bottom: 0;
line-height: 10px;
}
.system{
margin-bottom: 0;
line-height: 10px;
}
}