~cytrogen/masto-fe

ref: bc69d48652e431b06a1fff2c3fd0a67b54d23f81 masto-fe/app/javascript/flavours/glitch/styles/components/bookmark_folders.scss -rw-r--r-- 260 bytes
bc69d486 — Cytrogen Cherry-pick PR #104: Reduced motion accessibility 14 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
.select-bookmark-folder {
  background: $ui-base-color;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4);
  width: 380px;
  overflow: hidden;

  @media screen and (width <= 420px) {
    width: 90%;
  }
}