-
-
-
+
+
{{ (runes[i].pickrate * 100).toFixed(2) }}% pick.
@@ -100,7 +102,8 @@ function runeSelect(index: number) {
}
.rs-pickrate {
text-align: center;
- margin-top: 10px;
+ margin-top: -40px;
+ padding-bottom: 40px;
}
@media only screen and (max-width: 650px) {
.rune-selector-entry {
@@ -114,7 +117,8 @@ function runeSelect(index: number) {
margin-top: 17px;
}
.rs-pickrate {
- margin-top: 20px;
+ margin-top: 5px;
+ padding-bottom: 0px;
}
.rs-style-img {
width: 24px;
diff --git a/frontend/pages/champion/[alias].vue b/frontend/pages/champion/[alias].vue
index 9433a07..9f33529 100644
--- a/frontend/pages/champion/[alias].vue
+++ b/frontend/pages/champion/[alias].vue
@@ -60,7 +60,7 @@ function updateState(newState : string, newLane : number) {
\ No newline at end of file