From 23912b2c5af172d8fc8fe6d3b977411d114d0da9 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 30 Aug 2022 16:49:23 -0500 Subject: [PATCH] Remove unused conflicting generic styles Split off from https://github.com/vector-im/hydrogen-web/pull/653 These styles were conflicting with some in the Matrix public archive and instead of adjusting in that project, they seem unused here anyway so we can simplify and remove here. Conflict with the `.room-header-change-dates-button` styles in https://github.com/matrix-org/matrix-public-archive/pull/53 --- src/platform/web/ui/css/room.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/platform/web/ui/css/room.css b/src/platform/web/ui/css/room.css index 746349c8..7dd4fd81 100644 --- a/src/platform/web/ui/css/room.css +++ b/src/platform/web/ui/css/room.css @@ -23,10 +23,6 @@ limitations under the License. flex: 1; } -.middle-header button { - display: block; -} - .middle-header .room-description { flex: 1; min-width: 0;