Skip to content

Commit

Permalink
Small fixes. See #124
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Oct 6, 2023
1 parent 7db50c4 commit 0a6a373
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ input {
}
.flexy-alt2 {
padding-bottom: 30px;
min-height: 39px;
}
.flexy-alt .cell {
min-height: 39px !important;
}
/*
.sub-toolbar>div {
Expand All @@ -287,18 +291,21 @@ input {
}
.cell {
min-height: 56px;
margin: 10px 15px;
margin: 5px 30px;
align-items: center;
/* display: flex;*/
}
.flexy-alt .cell {
margin: 5px 10px;
}
.checkbox-source {
margin-left: 15px;
}
@media (max-width: 890px) {
.cell {
margin: 10px 5px;
margin: 5px 5px;
}
.sub-toolbar {
margin: 10px auto 10px auto;
Expand Down

0 comments on commit 0a6a373

Please sign in to comment.