Skip to content

Commit

Permalink
perf: Appearance optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Jun 6, 2024
1 parent 6fde944 commit 960de99
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/style/calculator/graphing.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
position: relative;
.graphing-container {
height: 100%;
background-color: var(--ca-light1);
.border-line(top);
}
.loading-container {
display: none; // flex
Expand Down
1 change: 0 additions & 1 deletion src/style/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ main.calcium {
height: 100vh;
.navbar {
height: 40px;
.border-line(bottom);
}
.app {
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/style/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nav.navbar {
justify-content: space-between;
padding: 0 15px;
background-color: var(--ca-light1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
z-index: 2;
.split {
display: flex;
Expand Down
1 change: 1 addition & 0 deletions src/style/sidebar.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.sidebar-container {
display: flex;
flex-direction: row;
.border-line(top);
.mobile-control-panel {
display: flex;
flex-direction: column;
Expand Down

1 comment on commit 960de99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.