bizchatai wine theme
bizchatai wine theme created by furukido by ratovia
Details
Authorratovia
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bizchatai.divx.jp
@version 20230621.07.52
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://bizchatai.divx.jp/") {
[class*="layout_mainchattextboxwrapper"] {
padding: 1rem;
height: unset;
flex-direction: column-reverse;
gap: 11px;
}
[class*="layout_mainchattextboxwrapper"] button {
margin: 0;
}
[class*="layout_mainchattextboxwrapper"] {
.MuiInputBase-root {
padding: 0px;
.MuiInputBase-inputMultiline {
padding: 16px;
min-height: 24px;
resize: vertical;
}
}
}
[class*="layout_toolbar__n9ttA"] {
background-color: #6d001d;
}
[class*="MuiList-root"] {
background-color: #fcebf0;
}
[class*="layout_addchatbutton"] {
text-decoration: none;
margin: auto;
font-weight: bold;
border: 2px solid #b40724;
background: #b40724;
color: #fff;
transition: 0.5s;
}
[class*="layout_addchatbutton"]:hover {
color: #b40724;
background: #fff;
}
[class*="layout_selectedThread"] {
background: #cb7382;
}
}