1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

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
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;
}