mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update style.css
This commit is contained in:
@@ -163,13 +163,13 @@ code {
|
|||||||
#send_form {
|
#send_form {
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
grid-template-columns: 50px auto 50px;
|
grid-template-columns: 40px auto 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
border: 1px solid rgba(0,0,0,.3);
|
border: 1px solid rgba(0,0,0,.3);
|
||||||
backdrop-filter: blur(10px) brightness(0.3);
|
backdrop-filter: blur(10px) brightness(0.3);
|
||||||
-webkit-backdrop-filter: blur(10px) brightness(0.3);
|
-webkit-backdrop-filter: blur(10px) brightness(0.3);
|
||||||
border-radius: 0 0px 40px 40px;
|
border-radius: 0 0px 20px 20px;
|
||||||
background-color:rgba(255,0,0,0.3);
|
background-color:rgba(255,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ code {
|
|||||||
-webkit-transition: color .25s ease-in-out;
|
-webkit-transition: color .25s ease-in-out;
|
||||||
-moz-transition: color .25s ease-in-out;
|
-moz-transition: color .25s ease-in-out;
|
||||||
transition: color .25s ease-in-out;
|
transition: color .25s ease-in-out;
|
||||||
padding-left: 20px;
|
padding-left: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user