mirror of https://github.com/vector-im/riot-web
Fix alignment of show more button
parent
2c04a56784
commit
484dc36619
|
@ -240,6 +240,8 @@ limitations under the License.
|
|||
align-items: center;
|
||||
|
||||
.mx_RoomSublist2_showMoreButton {
|
||||
flex-direction: column;
|
||||
|
||||
.mx_RoomSublist2_showMoreButtonChevron {
|
||||
margin-right: 12px; // to center
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue