Skip to content

Commit

Permalink
fix toggle disable icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Jan 30, 2025
1 parent 86eabd7 commit f89d638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/client/src/pages/private-messages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,11 @@ $pmHeaderHeight: 56px;
}
.toggle-switch-outer {
display: flex;
display: block !important;
}
.toggle-switch {
float: right !important;
}
}
Expand Down

0 comments on commit f89d638

Please sign in to comment.