Skip to content

Commit

Permalink
fixup! feat(federation): introduce invitations inbox dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Feb 19, 2024
1 parent 99d8b7d commit b4d87a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ export default {
<style lang="scss" scoped>
.scroller {
padding: 0 4px;
overflow-y: scroll; // reserve a place for scrollbar
overflow-y: scroll !important; // reserve a place for scrollbar
}

.h-100 {
Expand Down Expand Up @@ -1008,7 +1008,7 @@ export default {
}

.invitation-button {
padding: 0 6px;
padding: 0 10px;
overflow-y: scroll; // align total width with list items
margin-bottom: 4px;

Expand Down

0 comments on commit b4d87a9

Please sign in to comment.