mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Minor improvements to styling the config page
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 12px 0 16px 0;
|
padding: 0 0 16px 0;
|
||||||
font-size: 32;
|
font-size: 32;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
@@ -326,7 +326,7 @@
|
|||||||
|
|
||||||
|
|
||||||
div.api-settings {
|
div.api-settings {
|
||||||
width: 640px;
|
width: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.api-key-action:hover {
|
img.api-key-action:hover {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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()">
|
<button id="compute-index-size" class="card-button" onclick="getIndexedDataSize()">
|
||||||
Data Usage
|
Data Usage
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user