Add package update configuration for polling

This commit is contained in:
rubenwardy
2020-12-15 19:05:29 +00:00
parent 7461acdd1f
commit 14a67b99ba
17 changed files with 327 additions and 10 deletions

View File

@@ -26,4 +26,10 @@
border-width: 14px;
}
}
.user-photo {
width: 60px;
height: 60px;
object-fit: cover;
}
}

View File

@@ -81,6 +81,10 @@
color: #2c2 !important;
}
.BOT a, .BOT {
color: #FFDF00 !important;
}
.wiptopic a:not(.btn) {
color: #7ac;
}