mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 05:37:34 +00:00
chore: small ui fixes
This commit is contained in:
parent
ae6ef8869e
commit
4416495b79
2 changed files with 4 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ export class SQLSealChartsSettingTab extends PluginSettingTab {
|
|||
const headerRow = thead.createEl('tr');
|
||||
headerRow.createEl('th', { text: 'Name' });
|
||||
headerRow.createEl('th', { text: 'Preview' });
|
||||
headerRow.createEl('th', { text: 'Actions' });
|
||||
headerRow.createEl('th', { text: '' });
|
||||
|
||||
// Table body
|
||||
const tbody = table.createEl('tbody');
|
||||
|
|
|
|||
|
|
@ -134,11 +134,13 @@
|
|||
|
||||
.sqlseal-config-actions {
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.sqlseal-action-button {
|
||||
padding: 4px 12px;
|
||||
margin-right: 8px;
|
||||
border: none;
|
||||
border-radius: var(--radius-s);
|
||||
cursor: pointer;
|
||||
|
|
@ -146,10 +148,6 @@
|
|||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.sqlseal-action-button:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.sqlseal-empty-state {
|
||||
text-align: center;
|
||||
color: var(--text-muted);
|
||||
|
|
|
|||
Loading…
Reference in a new issue