Skip to content
Snippets Groups Projects
Commit c33a1241 authored by Brian Peiris's avatar Brian Peiris
Browse files

move expanded stats to top right

parent 27f061e5
No related branches found
No related tags found
No related merge requests found
......@@ -12,15 +12,10 @@
display: none;
}
.rs-base {
top: auto;
bottom: 60px;
}
.a-canvas.a-grab-cursor:hover {
cursor: none;
cursor: none;
}
.a-canvas.a-grab-cursor:active {
cursor: none;
cursor: none;
}
......@@ -20,3 +20,9 @@
color: #aaa;
font-size: 10px;
}
:global(.rs-base) {
right: 10px;
left: auto;
top: 10px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment