1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Fix layout inconsistencies with the room search minimized button (#7824)

This commit is contained in:
Michael Telatynski
2022-02-17 10:33:36 +00:00
committed by GitHub
parent 3be74d38d6
commit 4292381202
3 changed files with 23 additions and 24 deletions

View File

@ -97,12 +97,15 @@ limitations under the License.
}
&.mx_RoomSearch_minimized {
height: auto;
width: auto;
padding: 5px;
height: 32px;
min-height: 32px;
width: 32px;
box-sizing: border-box;
.mx_RoomSearch_icon {
margin-left: 0;
margin: 0 auto;
padding: 1px;
align-self: center;
}
&:hover {