Skip to content

Commit

Permalink
feat(new-ui): draw diff mode picker in the center
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Oct 8, 2024
1 parent b221e3c commit 5800b73
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
gap: 8px;
}

.toolbar-container > div:only-child {
justify-content: center;
}

.accept-button {
composes: action-button from global;
}
Expand All @@ -24,6 +28,7 @@
.diff-mode-container {
container-type: inline-size;
flex-grow: 1;
display: flex;
}

.diff-mode-switcher {
Expand Down

0 comments on commit 5800b73

Please sign in to comment.