mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Final Percent-Based Tooltips Size and Padding
This commit is contained in:
@@ -1884,7 +1884,7 @@ body {
|
||||
|
||||
opacity: 1;
|
||||
|
||||
padding: 5px;
|
||||
padding: 7px;
|
||||
color: var(--tooltip_text);
|
||||
background-color: var(--tooltip_background);
|
||||
|
||||
@@ -1896,7 +1896,7 @@ body {
|
||||
border: 1px ridge grey;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
width: min-context;
|
||||
max-width: 50%;
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.tooltip-context-token {
|
||||
|
Reference in New Issue
Block a user