mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 04:00:44 +01:00
Add "AVAILABLE" and "ACTIVE" headings to userscript menu
This commit is contained in:
parent
ed9c2a4d52
commit
fb6762bc1a
@ -833,6 +833,15 @@ chunk.editing, chunk.editing * {
|
||||
color: #fce94f
|
||||
}
|
||||
|
||||
.usheadergrid {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.uslistgrid {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
|
@ -15,7 +15,7 @@
|
||||
<link rel="stylesheet" href="static/jquery-ui.sortable.min.css">
|
||||
<link rel="stylesheet" href="static/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
|
||||
<link rel="stylesheet" href="static/custom.css?ver=1.16.4d">
|
||||
<link rel="stylesheet" href="static/custom.css?ver=1.16.4e">
|
||||
<link rel="stylesheet" href="static/open-iconic-bootstrap.min.css">
|
||||
</head>
|
||||
<body>
|
||||
@ -252,6 +252,10 @@
|
||||
<div class="popuptitlebar">
|
||||
<div class="popuptitletext">Select userscripts to load; drag-and-drop to reorder</div>
|
||||
</div>
|
||||
<div class="usheadergrid">
|
||||
<div>[AVAILABLE]</div>
|
||||
<div>[ACTIVE]</div>
|
||||
</div>
|
||||
<div class="uslistgrid">
|
||||
<div id="uslistunloaded">
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user