Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Align active users button with close button above
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Dec 16, 2022
commit 90cff3474c343a1bb0cbf19edc2f363c87147190
4 changes: 2 additions & 2 deletions src/components/Editor/SessionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
background-color: var(--color-main-background);
padding: 0;
margin: 0;
padding-left: 6px;
padding-left: 3px;
display: inline-flex;
flex-direction: row-reverse;

Expand All @@ -171,7 +171,7 @@ export default {
.icon-more, .icon-group, .icon-settings-dark {
width: 44px;
height: 44px;
margin: 0 6px 0 0;
margin: 0 3px 0 0;

&:hover {
background-color: var(--color-background-hover);
Expand Down