mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
18 lines
272 B
CSS
18 lines
272 B
CSS
#hypeBotBar {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
padding: 0.5em;
|
|
white-space: normal;
|
|
font-size: calc(var(--mainFontSize) * 0.85);
|
|
order: 20;
|
|
}
|
|
|
|
.hypebot_nokey {
|
|
text-align: center;
|
|
font-style: italic;
|
|
}
|
|
|
|
.hypebot_name {
|
|
font-weight: 600;
|
|
}
|