Reduce spacing on Cinny, a Matrix client
Cinny Compact by tomodachi94
Details
Authortomodachi94
LicenseCC Zero
Categorycinny.in
Created
Updated
Size454 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 Cinny Compact
@namespace gist.github.com/tomodachi94
@version 1.0.0
@description Reduce spacing on Cinny, a Matrix client
@author https://floss.social/@tomodachi94
==/UserStyle== */
@-moz-document domain("app.cinny.in") {
:root {
--sp-ultra-tight: 2px;
--sp-extra-tight: 4px;
--sp-tight: 6px;
--sp-normal: 8px;
--sp-loose: 10px;
};
}