Skip to content

Commit

Permalink
Increase icon sizes (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Feb 8, 2023
1 parent 4909c41 commit eaafa91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions src/furo/assets/styles/_scaffold.sass
Expand Up @@ -186,14 +186,14 @@ article

.theme-toggle svg
vertical-align: middle
height: 1rem
width: 1rem
height: 1.5rem
width: 1.5rem
color: var(--color-foreground-primary)
display: none

.theme-toggle-header
float: left
padding: 1rem 0.5rem
padding: .75rem 0.5rem

////////////////////////////////////////////////////////////////////////////////
// Toggles for elements
Expand All @@ -204,8 +204,8 @@ article

.icon
color: var(--color-foreground-secondary)
height: 1rem
width: 1rem
height: 1.5rem
width: 1.5rem

.toc-header-icon, .nav-overlay-icon
// for when we set display: flex
Expand All @@ -226,8 +226,8 @@ article

.edit-this-page svg
color: inherit
height: 1rem
width: 1rem
height: 1.5rem
width: 1.5rem

.sidebar-toggle
position: absolute
Expand Down
4 changes: 2 additions & 2 deletions src/furo/assets/styles/components/_footer.sass
Expand Up @@ -40,15 +40,15 @@ footer
.icons
display: flex
justify-content: flex-end
gap: 0.25rem
gap: 0.5rem
font-size: 1rem

a
text-decoration: none

svg,
img
font-size: 1.125rem
font-size: 1.75rem
height: 1em
width: 1em

Expand Down
2 changes: 1 addition & 1 deletion src/furo/assets/styles/variables/_spacing.scss
Expand Up @@ -8,7 +8,7 @@
--header-height: calc(
var(--sidebar-item-line-height) + 4 * #{var(--sidebar-item-spacing-vertical)}
);
--header-padding: 0.5rem;
--header-padding: 1rem;

// Sidebar
--sidebar-tree-space-above: 1.5rem;
Expand Down

0 comments on commit eaafa91

Please sign in to comment.