mirror of https://github.com/zulip/zulip.git
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:
parent
7a8ddf90cd
commit
4a91bf8f5b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue