Last active
June 1, 2023 01:41
-
-
Save tomodachi94/a6595023cd84051ac36e93fd85797c30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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 | |
@updateURL https://gist.github.com/tomodachi94/a6595023cd84051ac36e93fd85797c30/raw | |
==/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; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment