Fix layout inconsistencies with the room search minimized button (#7824)
This commit is contained in:
parent
3be74d38d6
commit
4292381202
3 changed files with 23 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue