only show 7 FW entries by default

This commit is contained in:
Christian Herzog
2019-10-03 19:34:42 +02:00
parent 725636e0c4
commit dfb7169564
2 changed files with 27 additions and 7 deletions

View File

@@ -352,3 +352,7 @@ div#message {
border-radius: 8px;
box-shadow: 0px 5px 2px -5px rgba(255, 255, 255, 0.5) inset, 0px 10px 20px -5px rgba(255, 255, 255, 0.1) inset, 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 1px rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}
tr.hide {
display: none;
}