mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
style: update padding in header component for better alignment and spacing
This commit is contained in:
parent
8dbeadd5ea
commit
0bc417f6cb
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user