mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +01:00
Fix element widths
This commit is contained in:
parent
59af85ce1c
commit
e8dd2e2b4d
@ -2749,8 +2749,8 @@
|
||||
Alert On Overflow
|
||||
</small>
|
||||
</label>
|
||||
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
|
||||
</div>
|
||||
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -3569,6 +3569,7 @@ a {
|
||||
padding: 5px;
|
||||
font-size: calc(var(--mainFontSize) * .8);
|
||||
font-weight: bold;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.onboarding {
|
||||
|
Loading…
x
Reference in New Issue
Block a user