We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35038a commit c7f34dfCopy full SHA for c7f34df
2 files changed
stylesheets/scroll-button.scss
@@ -5,13 +5,12 @@ button.arrow-for-scrolling-top {
5
color: var(--color-text-inverse);
6
position: fixed;
7
bottom: 10px;
8
- // right: 10px;
9
- // padding-right: 50px;
10
right: 60px;
11
display: block;
12
width: 40px;
13
height: 40px;
14
border-radius: 50%;
+ margin-right: 10px;
15
16
&.show {
17
opacity: 1;
stylesheets/toggle-images-button.scss
@@ -6,6 +6,7 @@ button.toggle-images {
right: 10px;
0 commit comments