From ee03209934bbc096b2000c28be94f4c6c0255dda Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 25 Mar 2026 17:25:45 +0100 Subject: [PATCH] [Glitch] Add email subscriptions Port bcf0718a9ae8fd4004d7d5ac27bc5a8ea666f38e to glitch-soc Signed-off-by: Claire --- .../glitch/styles/mastodon/tables.scss | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/mastodon/tables.scss b/app/javascript/flavours/glitch/styles/mastodon/tables.scss index 8e303aff68..1088781417 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/tables.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/tables.scss @@ -93,6 +93,26 @@ } } + &.mini-table { + border-top: 1px solid var(--color-border-primary); + width: 50%; + + & > tbody > tr > th, + & > tbody > tr > td { + padding: 12px 0; + } + + & > tbody > tr > th { + color: var(--color-text-secondary); + font-weight: 400; + } + + & > tbody > tr > td { + color: var(--color-text-primary); + font-weight: 600; + } + } + &.batch-table { & > thead > tr > th { background: var(--color-bg-primary);