~cytrogen/masto-fe

ref: 95b389e89d984644f986bf984f9bc38080f6fb32 masto-fe/app/javascript/flavours/glitch/styles/components/bookmark_folders.scss -rw-r--r-- 265 bytes
95b389e8 — Cytrogen Convert mastodon flavour SCSS to CSS custom properties (Phase 7) 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%;
  }
}