Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase icon sizes #554

Merged
merged 2 commits into from Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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