Skip to content

Instantly share code, notes, and snippets.

@tomodachi94
Last active June 1, 2023 01:41
Show Gist options
  • Save tomodachi94/a6595023cd84051ac36e93fd85797c30 to your computer and use it in GitHub Desktop.
Save tomodachi94/a6595023cd84051ac36e93fd85797c30 to your computer and use it in GitHub Desktop.
/* ==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