Fix layout of sessions tab buttons (#11279)

This commit is contained in:
Michael Telatynski 2023-07-18 01:47:38 +01:00 committed by GitHub
parent a38ed4a25d
commit ba90e0b255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,11 @@ limitations under the License.
background-color: $panels;
border-radius: 8px;
color: $secondary-content;
/* Higher specificity selector to override the flex-start value */
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
align-self: center;
}
}
.mx_FilteredDeviceListHeader_label {