Skip to content

Commit

Permalink
fix: improve alignment and heights
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Aug 21, 2024
1 parent ea822f8 commit 962205e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/styleguide/assets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
--border-radius-large: 10px;
--border-radius-rounded: 28px;
--border-radius-pill: 100px;
--default-clickable-area: 44px;
--default-clickable-area: 34px;
--default-line-height: 24px;
--default-grid-baseline: 4px;
--header-height: 50px;
Expand Down
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,9 @@ button[class^='icon-'] {
display: inline-flex;
}
.v-select.select .vs__selected-options {
min-height: calc(var(--default-clickable-area) - 2 * var(--vs-border-width)) !important;
padding: 0 5px;
}
</style>
2 changes: 1 addition & 1 deletion src/modules/navigation/partials/NavigationTableItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default {
}
.app-navigation-entry__counter-wrapper .counter-bubble__counter {
display: inline-flex;
display: inline;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ export default {
.menu {
padding-left: calc(var(--default-grid-baseline) * 1);
min-width: 44px;
min-height: 44px;
}
.selected {
Expand Down

0 comments on commit 962205e

Please sign in to comment.