Skip to content

Commit

Permalink
Fix icons in sidebar on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Jun 5, 2024
1 parent ef2119d commit a4799f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pkg/timvir/core/components/Page/internal/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ function Sidebar(props: Props) {
width: 1.3em;
height: 1.3em;
margin-right: 8px;
min-width: -moz-fit-content;
min-width: fit-content;
min-width: 1.3em;
`,
})
: null}
Expand Down
2 changes: 1 addition & 1 deletion pkg/timvir/core/components/Page/internal/SidebarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const classes = {
width: 1.3em;
height: 1.3em;
margin-right: 8px;
min-width: fit-content;
min-width: 1.3em;
`,

label: css`
Expand Down

0 comments on commit a4799f2

Please sign in to comment.