Skip to content

Commit 49dfc56

Browse files
committed
Minor css tweak
1 parent 612d396 commit 49dfc56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/common/static/custom-jupyter-sphinx.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ div.jupyter_container div.cell_output div.output {
3939

4040
#thebelab-activate-button {
4141
position: fixed;
42-
right: -5rem;
42+
right: -5.1rem;
4343
top: calc(50% - 1.5rem);
4444
width: 6rem;
4545
border-radius: 1rem;
@@ -50,7 +50,7 @@ div.jupyter_container div.cell_output div.output {
5050
}
5151

5252
#thebelab-activate-button:hover {
53-
right: .5rem;
53+
right: .4rem;
5454
}
5555

5656
#thebelab-activate-button:active {

0 commit comments

Comments
 (0)