mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Properly center send buttons
This commit is contained in:
parent
39567cf278
commit
43de36b331
@ -546,6 +546,7 @@ hr {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -564,7 +565,7 @@ hr {
|
|||||||
order: 99998;
|
order: 99998;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mes_stop {
|
#send_but_sheld .mes_stop {
|
||||||
display: none;
|
display: none;
|
||||||
order: 99997;
|
order: 99997;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user