~cytrogen/masto-fe

ref: dc35e2d7569a293bbda92ee3ecba8d2d4e6a7b64 masto-fe/app/javascript/flavours/glitch/styles/components/bookmark_folders.css -rw-r--r-- 265 bytes
dc35e2d7 — Cytrogen Rename .scss → .css and remove sass dependency (Phase 9-10) 13 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
.select-bookmark-folder {
  background: var(--ui-base-color);
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 2px 4px 15px var(--base-shadow-color-a40);
  width: 380px;
  overflow: hidden;

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