Properly center send buttons

This commit is contained in:
Cohee 2023-09-18 01:24:29 +03:00
parent 39567cf278
commit 43de36b331
1 changed files with 3 additions and 2 deletions

View File

@ -546,6 +546,7 @@ hr {
cursor: pointer;
transition: 0.3s;
opacity: 0.7;
display: flex;
align-items: center;
justify-content: center;
}
@ -564,7 +565,7 @@ hr {
order: 99998;
}
.mes_stop {
#send_but_sheld .mes_stop {
display: none;
order: 99997;
}