Adjust create form paddings

c90f1d7f866cd9ae9c43ffbffd4243b19db75542

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -2Showing whitespace changes
public/style.css+1 -2
@@ -2803,7 +2803,6 @@ input[type="file"] {
2803#rm_ch_create_block {2803#rm_ch_create_block {
2804 display: none;2804 display: none;
2805 overflow-y: auto;2805 overflow-y: auto;
2806 padding: 4px;
2807 height: 100%;2806 height: 100%;
2808}2807}
28092808
@@ -3374,7 +3373,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
3374 flex-direction: column;3373 flex-direction: column;
3375 height: 100%;3374 height: 100%;
3376 overflow-y: auto;3375 overflow-y: auto;
3377 padding: 1px;3376 padding: 0 2px;
3378}3377}
33793378
3380.avatar_div {3379.avatar_div {