Skip to content

Commit

Permalink
Add styling for sphinx-copybutton icon size
Browse files Browse the repository at this point in the history
The icon used to be 1.7rem on 0.3.3, which is too big for this theme.
  • Loading branch information
pradyunsg committed Jun 18, 2021
1 parent 2f3b0df commit 282922f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/furo/assets/styles/extensions/_copybutton.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
button.copybtn
width: 1.25rem
height: 1.25rem
1 change: 1 addition & 0 deletions src/furo/assets/styles/extensions/_index.sass
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "readthedocs"
@import "copybutton"
@import "sphinx-inline-tabs"
@import "sphinx-panels"

0 comments on commit 282922f

Please sign in to comment.