Fix layout of sessions tab buttons (#11279)

pull/28788/head^2
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
1 changed files with 5 additions and 0 deletions

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 {