mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
small alignment changes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">-->
|
||||
|
@@ -306,13 +306,11 @@ code {
|
||||
|
||||
.mes {
|
||||
display: grid;
|
||||
grid-template-columns: fit-content(60px) 60px auto;
|
||||
/* border-radius: 5px; */
|
||||
grid-template-columns: min-content min-content auto;
|
||||
padding: 10px 10px 0 10px;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
color: rgb(229, 224, 216);
|
||||
/* margin-bottom: 26px;*/
|
||||
}
|
||||
.avatar {
|
||||
width: 50px;
|
||||
@@ -336,7 +334,7 @@ code {
|
||||
.mes_block{
|
||||
|
||||
padding-top:0;
|
||||
padding-left: 20px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.ch_name{
|
||||
|
||||
|
Reference in New Issue
Block a user