Skip to content

Commit

Permalink
Adjust topbar / logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 5, 2022
1 parent 6b26d43 commit eca3df9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/web-runtime/src/components/SidebarNav/SidebarNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
max-width: 230px !important;
}
.oc-app-navigation-collapsed {
min-width: 55px !important;
max-width: 55px !important;
min-width: 58px !important;
max-width: 58px !important;
}
</style>
6 changes: 3 additions & 3 deletions packages/web-runtime/src/components/Topbar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ export default {
<style lang="scss">
#oc-topbar {
height: 60px;
height: 52px;
position: sticky;
z-index: 5;
img {
max-height: 42px;
max-height: 38px;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
Expand All @@ -126,7 +126,7 @@ export default {
gap: 30px;
img.oc-logo-image {
height: 42px;
height: 38px;
}
}
.oc-topbar-right {
Expand Down

0 comments on commit eca3df9

Please sign in to comment.