[mirror of https://git.0x0.st/mia/0x0] No-bullshit file hosting and URL shortening service https://0x0.st
at master 46 lines 607 B view raw
1#ftable { 2 width: 1fr; 3 height: 100%; 4} 5 6#infopane { 7 width: 50%; 8 outline-top: hkey $primary; 9 background: $panel; 10} 11 12#finfo { 13 background: $boost; 14 height: 14; 15 width: 1fr; 16 box-sizing: content-box; 17} 18 19#mpv { 20 display: none; 21 height: 20%; 22 width: 1fr; 23 content-align: center middle; 24} 25 26#ftextlog { 27 height: 1fr; 28 width: 1fr; 29} 30 31#filter_input { 32 width: 1fr; 33 display: none; 34} 35 36Notification { 37 dock: bottom; 38 layer: notification; 39 width: auto; 40 margin: 2 4; 41 padding: 1 2; 42 background: $background; 43 color: $text; 44 height: auto; 45 46}