mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
workaround for full height containers
This commit is contained in:
parent
ea23149f5f
commit
2aa4ff7169
@ -303,6 +303,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.branch-card__dropzone-wrapper {
|
.branch-card__dropzone-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -311,13 +314,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-4);
|
gap: var(--space-4);
|
||||||
padding: var(--space-8);
|
padding: var(--space-12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-child {
|
.first-child {
|
||||||
/* padding-left: var(--space-16); */
|
/* padding-left: var(--space-16); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.new-branch__content {
|
.new-branch__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -112,6 +112,7 @@
|
|||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
.branch-files {
|
.branch-files {
|
||||||
|
flex: 1;
|
||||||
background: var(--clr-theme-container-light);
|
background: var(--clr-theme-container-light);
|
||||||
border-radius: var(--radius-m) var(--radius-m) 0 0;
|
border-radius: var(--radius-m) var(--radius-m) 0 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user