Rewild Your Web
18
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 25 lines 416 B view raw
1/* SPDX-License-Identifier: AGPL-3.0-or-later */ 2 3@import url(beaver://system/menu_shared.css); 4 5:host { 6 display: none; 7 position: fixed; 8 top: 0; 9 left: 0; 10 width: 100%; 11 height: 100%; 12 z-index: var(--z-modal); 13} 14 15menu { 16 position: absolute; 17 top: 1em; 18 left: calc(var(--sidebar-width) / 2); 19 z-index: 1001; 20} 21 22.atproto-handle { 23 font-size: var(--font-size-sm); 24 color: var(--color-text-secondary); 25}