~cytrogen/masto-fe

ref: 434712ea2279340f671bac234fdac264367f935a masto-fe/app/javascript/flavours/glitch/styles/components/bookmark_folders.scss -rw-r--r-- 265 bytes
434712ea — Cytrogen Convert glitch component SCSS to CSS custom properties (Phase 5+6) 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%;
  }
}