Skip to content

Commit

Permalink
Merge pull request #633 from HIITMEMARIO/main
Browse files Browse the repository at this point in the history
[view] 우측 차트 잘림 현상 해결
  • Loading branch information
HIITMEMARIO authored Aug 10, 2024
2 parents 1e39254 + 89e527a commit 3117e5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/view/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ body {

.middle-container {
display: grid;
grid-template-columns: 4fr 1fr;
grid-template-columns: 4fr 2fr;
height: calc(100vh - 200px);
padding: 20px;
}

.no-commits-container{
.no-commits-container {
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -48,4 +48,4 @@ body {
h1 {
margin: 40px 0 0 0;
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "styles/_pallete";

.file-icicle-summary {
width: 90%;
width: 16rem;
text {
fill: var(--primary-color);
filter: invert(100) grayscale(100) contrast(100);
Expand Down
1 change: 0 additions & 1 deletion packages/view/src/components/Statistics/Statistics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
align-items: center;
gap: 5vh;
padding: 0 20px 20px;
width: 28%;
overflow-y: scroll;
}

Expand Down

0 comments on commit 3117e5b

Please sign in to comment.