mirror of https://github.com/vector-im/riot-web
Fix layout of sessions tab buttons (#11279)
parent
a38ed4a25d
commit
ba90e0b255
|
@ -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 New Issue