Skip to content

Commit

Permalink
fix TowerLogo missing issue, with formatting (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honggeiry authored Aug 1, 2024
1 parent dc14385 commit 9f5c5ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions packages/global-navbar/src/items/Logotype.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
font-weight: 600;
cursor: pointer;
& :global(svg) {
height: 100%;
}
}
a :global(svg) {
height: 100%;
}
.company-name {
color: white;
white-space: nowrap;
Expand Down
3 changes: 2 additions & 1 deletion packages/global-navbar/src/popover/BigIcon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
padding: 1rem;
border-radius: 8px;
&:global(:has(svg)) { /* <slot /> */
&:global(:has(svg)) {
/* <slot /> */
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: 3rem 1fr;
Expand Down

0 comments on commit 9f5c5ce

Please sign in to comment.