mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix element widths
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user