From b70b7a2cee1878363086d0f9724b9bd596530e95 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:50:05 -0600 Subject: [PATCH] Minor: remove unused expiration-related CSS --- stylesheets/_index.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 998e1d5e0..66babfede 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -16,13 +16,6 @@ flex-direction: column; } -.expired { - .conversation-stack, - .gutter { - height: calc(100% - 48px); - } -} - .scrollable { height: 100%; overflow: auto;