position: absolute;
font-size: 2.5vmin;
width: calc(100% - 14px);
- min-height: calc(100% - (7vmin + 21px) - 14px);
+ height: calc(100% - (7vmin + 21px) - 14px);
margin: 7px;
top: calc(7vmin + 21px);
background-color: white;
text-align: center;
}
-#historyfilters {
+#historyfilters, #statsfilters {
position: relative;
width: calc(100% - 14px);
height: calc(21vmin + 14px);
#matchlist {
width: calc(100% - 14px);
+ height: calc(100% - 28px - 2px - (21vmin + 14px));
margin: 7px;
- height: auto;
+ overflow: auto;
}
hr {
bottom: 0px;
}
+.championIcon {
+ width: 60px;
+ height: 60px;
+}
+
#regionselect {
text-transform: uppercase;
position: absolute;
bottom: 0px;
}
+#champselect {
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: auto;
+ overflow: auto;
+ text-align: left;
+}
+
+button.champselect {
+ width: 9vmin;
+ height: 3.5vmin;
+}
+
@keyframes startup {
0% {
top: 50%;