Skip to content

Instantly share code, notes, and snippets.

@brunophilipe
Last active October 9, 2024 19:28
Show Gist options
  • Save brunophilipe/a220da6a2f467773f9d3dd3165a659ae to your computer and use it in GitHub Desktop.
Save brunophilipe/a220da6a2f467773f9d3dd3165a659ae to your computer and use it in GitHub Desktop.
Deflate Mastodon v4.3 Advanced Theme
@media screen and (min-width:630.02px) {
.column, .drawer { padding: 0; padding-inline-end: 2px; padding-inline-start: 2px; }
}
.column { width: 330px; }
.notification-ungrouped { padding: 16px 16px 10px; }
::-webkit-scrollbar { height: 2px; width: 2px; }
::-webkit-scrollbar-thumb { border: none; border-radius: 0; box-shadow: none; width: 2px; }
::-webkit-scrollbar-track { width: 2px; }
.status-card__title { font-size: 16px; line-height: 19px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: break-spaces; }
.status-card__author, .status-card__host { font-size: 12px; }
.status-card__host { margin-bottom: 0; }
.status-card__description { font-size: 12px; margin-top: 2px; display: -webkit-box; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 500; }
.status-card__image { aspect-ratio: 1/3; width: 44px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment