mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix layout of sessions tab buttons (#11279)
This commit is contained in:
parent
a38ed4a25d
commit
ba90e0b255
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue