Add frequently used stickers section at top. Fixes #4

This commit is contained in:
Tulir Asokan
2020-09-06 18:25:28 +03:00
parent 4ce90892f0
commit aad04ba9b6
6 changed files with 89 additions and 10 deletions

View File

@ -37,6 +37,10 @@ nav {
nav > a > div.sticker {
width: 12vw;
height: 12vw; }
nav > a > div.sticker.icon > img {
width: 70%;
height: 70%;
padding: 15%; }
div.pack-list, nav {
scrollbar-width: none; }