mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
small changes to checkbox placement
This commit is contained in:
@@ -1160,8 +1160,8 @@ width: 103px;
|
||||
.del_checkbox{
|
||||
display: none;
|
||||
opacity: 0.7;
|
||||
margin-top:18px;
|
||||
margin-right:5px;
|
||||
margin-top:12px;
|
||||
margin-right:12px;
|
||||
}
|
||||
|
||||
/*this hides the replacement for input form until Delete Messages mode is called*/
|
||||
@@ -1460,6 +1460,7 @@ label.checkbox :checked + span:after {
|
||||
}
|
||||
#anchor_checkbox{
|
||||
margin-left: 10px;
|
||||
align-items: center;
|
||||
float: left;
|
||||
display: grid;
|
||||
grid-template-rows: 30px auto;
|
||||
|
Reference in New Issue
Block a user