device manager - add spinners while devices are signing out (#9433)

This commit is contained in:
Kerry 2022-10-17 17:14:49 +02:00 committed by GitHub
parent 72d7939afc
commit 877c95df8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 3 deletions

View file

@ -45,4 +45,8 @@ limitations under the License.
.mx_FilteredDeviceList_headerButton {
flex-shrink: 0;
// override inline button styling
display: flex !important;
flex-direction: row;
gap: $spacing-8;
}