mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
style
This commit is contained in:
parent
fa70d7d1bd
commit
42c0e1d8cb
@ -313,8 +313,13 @@
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="arrow">
|
||||
<FontIcon icon="icon arrow-right-bold" />
|
||||
<div class="deployButton">
|
||||
<InlineButton on:click={deploy}>
|
||||
<div class="arrow">
|
||||
<FontIcon icon="icon arrow-right-bold" />
|
||||
</div>
|
||||
Deploy
|
||||
</InlineButton>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<FormConnectionSelect
|
||||
@ -450,7 +455,12 @@
|
||||
color: var(--theme-icon-blue);
|
||||
align-self: center;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
/* top: 10px; */
|
||||
}
|
||||
|
||||
.deployButton {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.tableWrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user