aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.css
blob: 1a5b5899b1dc66a555cc168034e19a532439a0b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
* {
  font-family: sans-serif; }

html {
  scrollbar-width: none; }
  html::-webkit-scrollbar {
    display: none; }

body {
  margin: 0; }

h1 {
  font-size: 1rem; }

main.spinner, main.error, main.empty {
  margin: 2rem; }

main.empty {
  text-align: center; }

nav {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 12vw;
  background-color: white;
  z-index: 10; }
  nav::-webkit-scrollbar {
    display: none; }
  nav div.sticker {
    width: 12vw;
    height: 12vw; }

section.stickerpack {
  padding-top: 12vw;
  margin-top: -12vw; }
  section.stickerpack > div.sticker-list {
    display: flex;
    flex-wrap: wrap; }
  section.stickerpack > h1 {
    margin: .75rem; }

div.sticker {
  display: flex;
  padding: 4px;
  cursor: pointer;
  position: relative;
  width: 25vw;
  height: 25vw;
  box-sizing: border-box; }
  div.sticker:hover {
    background-color: #eee; }
  div.sticker > img {
    display: none;
    width: 100%;
    object-fit: contain; }
    div.sticker > img.visible {
      display: initial; }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage