mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Minor improvements to styling the config page
This commit is contained in:
parent
648f1a5c71
commit
5133b6e73b
2 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
.section-title {
|
||||
margin: 0;
|
||||
padding: 12px 0 16px 0;
|
||||
padding: 0 0 16px 0;
|
||||
font-size: 32;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -326,7 +326,7 @@
|
|||
|
||||
|
||||
div.api-settings {
|
||||
width: 640px;
|
||||
width: 660px;
|
||||
}
|
||||
|
||||
img.api-key-action:hover {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="section-title">Content</h2>
|
||||
<h2 class="section-title" style="margin-top: 48px; padding-bottom: 8px;">Content</h2>
|
||||
<button id="compute-index-size" class="card-button" onclick="getIndexedDataSize()">
|
||||
Data Usage
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue