diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-06 18:25:28 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-06 18:25:28 +0300 |
| commit | aad04ba9b6e62aa0f900e6fece894dfaa78c0d75 (patch) | |
| tree | 369538f148d896605634d178a8fbbd09b381e01c /web/index.css | |
| parent | 4ce90892f0df459361ffceaf59ff5a1624954b87 (diff) | |
Add frequently used stickers section at top. Fixes #4
Diffstat (limited to 'web/index.css')
| -rw-r--r-- | web/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/index.css b/web/index.css index e3c8583..d0ea06c 100644 --- a/web/index.css +++ b/web/index.css @@ -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; } |
