style: update padding in header component for better alignment and spacing

This commit is contained in:
Pavel Laptev 2024-02-26 21:50:52 +01:00 committed by GitButler
parent 8dbeadd5ea
commit 0bc417f6cb
2 changed files with 4 additions and 4 deletions

View File

@ -452,7 +452,7 @@
.header__remote-branch {
color: var(--clr-theme-scale-ntrl-50);
padding-left: var(--space-4);
padding-left: var(--space-2);
padding-right: var(--space-2);
display: flex;
gap: var(--space-4);

View File

@ -139,7 +139,6 @@
width: 100%;
height: var(--space-20);
background: var(--target-branch-background);
/* background-color: red; */
}
.header__info {
display: flex;
@ -152,7 +151,7 @@
display: flex;
gap: var(--space-4);
background: var(--clr-theme-container-pale);
padding: var(--space-12);
padding: var(--space-14);
justify-content: space-between;
border-radius: 0 0 var(--radius-m) var(--radius-m);
user-select: none;
@ -171,7 +170,8 @@
.header__remote-branch {
color: var(--clr-theme-scale-ntrl-50);
padding-left: var(--space-4);
padding-left: var(--space-2);
padding-right: var(--space-2);
display: flex;
gap: var(--space-4);
text-overflow: ellipsis;