adding the old toolset back to the newif

This commit is contained in:
mcguirepr89
2022-03-03 15:55:35 -05:00
parent e08180ff7d
commit 99018f7128
6 changed files with 51 additions and 7 deletions
+8 -1
View File
@@ -23,7 +23,7 @@
margin-right: auto;
}
.banner img {
.logo img {
position: absolute;
top: 0;
left: 0;
@@ -90,6 +90,8 @@
vertical-align: middle;
}
.history table,.history img {
width: auto;
margin-left: auto;
@@ -204,6 +206,11 @@ body::-webkit-scrollbar {
}
@media screen and (max-width: 600px) {
.stats img {
width: 100%;
margin-left:auto;
margin-rigth:auto;
}
.viewdb table,.overview img {
width: 100%
}