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
This commit is contained in:
Eric Eastwood 2022-08-30 16:49:23 -05:00
parent 5f9cfffa3b
commit 23912b2c5a

View File

@ -23,10 +23,6 @@ limitations under the License.
flex: 1; flex: 1;
} }
.middle-header button {
display: block;
}
.middle-header .room-description { .middle-header .room-description {
flex: 1; flex: 1;
min-width: 0; min-width: 0;