diff --git a/public/index.html b/public/index.html index 6ed53b36e..290b8f81d 100644 --- a/public/index.html +++ b/public/index.html @@ -420,8 +420,8 @@
-
-

+ diff --git a/public/style.css b/public/style.css index ae12ae432..88e3d8deb 100644 --- a/public/style.css +++ b/public/style.css @@ -1073,13 +1073,17 @@ input[type=search]:focus::-webkit-search-cancel-button { /* width: 100%; */ } +#rm_characters_block .form_create_bottom_buttons_block { + justify-content: space-evenly !important; +} + .form_create_bottom_buttons_block { display: flex; flex: 1; grid-template-columns: repeat(3, min-content); grid-gap: 20px; align-items: center; - justify-content: space-evenly; + justify-content: end; } #rm_info_block { @@ -2155,6 +2159,7 @@ input[type="range"] { flex-direction: row; align-items: center; width: 100%; + column-gap: 15px; } #rm_button_group_chats { @@ -2334,6 +2339,10 @@ input[type="range"] { text-overflow: ellipsis; } +#rm_button_back_from_group { + padding: 0; +} + #typing_indicator_template { display: none !important; }