1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix statistics tab

This commit is contained in:
tobspr 2020-05-14 10:24:54 +02:00
parent a9d61db3b6
commit a30beb9883

View File

@ -5,12 +5,6 @@
align-items: center;
justify-items: end;
.filtersDataSource {
}
.filtersDisplayMode {
}
button {
@include S(height, 20px);
@include S(padding, 1px, 10px);
@ -53,6 +47,12 @@
}
}
.sourceExplanation {
@include SuperSmallText();
@include S(margin-top, 5px);
color: #aaa;
}
.content {
@include S(margin-top, 10px);
@include S(height, 350px);