Skip to content

Commit

Permalink
Merge pull request #257 from akhuoa/bugfix/ui
Browse files Browse the repository at this point in the history
UI Fixes
  • Loading branch information
alan-wu authored Nov 17, 2024
2 parents 51e07ea + 4ae3fd8 commit 1a38403
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/ContentBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,21 @@ export default {
position: relative;
top: auto;
font-size: 12px;
align-items: center;

:deep(.el-tooltip__trigger) {
height: 100%;
display: flex;
align-items: center;
}

.hide {
margin-top: 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
}
}

.info-icon {
Expand Down
5 changes: 5 additions & 0 deletions src/components/DialogToolbarContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ export default {
view,
entries: this.entriesStore.entries,
});
if (this.$refs.viewPopover) {
this.$refs.viewPopover.hide();
}
}
},
mounted: function () {
Expand Down Expand Up @@ -433,6 +437,7 @@ export default {
padding: 4px 8px 12px 8px;
min-width:unset!important;
width:unset!important;
background-color: #f3ecf6;
cursor:default;
.el-popper__arrow {
&:before {
Expand Down

0 comments on commit 1a38403

Please sign in to comment.