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
|
Alert On Overflow
|
||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div id="WIInputWidthReference" style="display:none; height:1px;">10000</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@@ -3569,6 +3569,7 @@ a {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: calc(var(--mainFontSize) * .8);
|
font-size: calc(var(--mainFontSize) * .8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding {
|
.onboarding {
|
||||||
|
Reference in New Issue
Block a user