Skip to content

Commit

Permalink
fix: UI bugs (#644)
Browse files Browse the repository at this point in the history
Fixes two interface issues caused by leaking CSS styles
  • Loading branch information
Alystrasz authored Oct 24, 2023
1 parent 8bee8f9 commit b806158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion src-vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export default {
}
sup {
transform: translate(-10px, 5px) !important;
border: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions src-vue/src/components/NotificationButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ export default defineComponent({
.el-alert {
margin: 5px 10px 5px 5px;
}
.el-badge:deep(sup) {
transform: translate(-10px, 5px) !important;
}
</style>
3 changes: 0 additions & 3 deletions src-vue/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ body {
margin: 30px 15px;
}

.el-popper {
width: 200px !important;
}
.fc_popper {
width: auto !important;
}
Expand Down

0 comments on commit b806158

Please sign in to comment.