mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
better edit_mes display
This commit is contained in:
@@ -1871,7 +1871,7 @@ input[type="range"]::-webkit-slider-thumb {
|
||||
.mes_edit_buttons {
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
column-gap: 10px;
|
||||
column-gap: 5px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
padding-bottom: 5px;
|
||||
@@ -1881,9 +1881,15 @@ input[type="range"]::-webkit-slider-thumb {
|
||||
|
||||
.mes_edit_buttons .menu_button {
|
||||
opacity: 0.5;
|
||||
padding: 5px;
|
||||
padding: 0px;
|
||||
font-size: 1rem;
|
||||
height: 2rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
aspect-ratio: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mes_edit_cancel.menu_button {
|
||||
|
Reference in New Issue
Block a user