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

Show a spinner while waiting for a poll to be created (#7189)

This commit is contained in:
Andy Balaam
2021-11-23 14:19:48 +00:00
committed by GitHub
parent 359962af6c
commit aec09dcad2
2 changed files with 19 additions and 1 deletions

View File

@@ -15,6 +15,16 @@ limitations under the License.
*/
.mx_PollCreateDialog {
.mx_PollCreateDialog_busy {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-color: rgba($background, 0.6);
z-index: 1;
}
h2 {
font-weight: 600;
font-size: $font-15px;