user groups: Add margins to user group create alert info.

Since we do not currently have live update on newly
created ui for user group management, alert shown
after successful creation of user group apeared across
full width of right panel of #groups overlay. Which
made it look a bit awkward, so we add margins to that
alert info.
This commit is contained in:
Purushottam Tiwari 2022-09-03 02:26:40 +05:30 committed by Tim Abbott
parent 7a8ddf90cd
commit 4a91bf8f5b
1 changed files with 4 additions and 0 deletions

View File

@ -716,6 +716,10 @@ h4.user_group_setting_subsection_title {
#stream_creation_form { #stream_creation_form {
margin: 0; margin: 0;
.user_group_create_info.show {
margin: 5px;
}
#user_group_creating_indicator, #user_group_creating_indicator,
#stream_creating_indicator { #stream_creating_indicator {
&:not(:empty) { &:not(:empty) {