dot/gpg.conf.m4, dot/gpg-agent.conf, Makefile: Adopt GnuPG configuration.
[profile] / firefox / stylus / slack.com.css
1 /* -*-css-*- */
2 /*@ domains: slack.com */
3 /* Fix the scroll bar; otherwise Dark Reader makes this unreadable. */
4 .c-scrollbar__bar { background-color: rgba(192, 192, 192, 0.6) !important; }
5
6 /* Hide the pointless search bar across the top. (Currently doesn't work.)
7 .p-top_nav { display: none; }
8 .p-client--ia-top-nav {
9 grid-template-rows: 0px auto min-content;
10 }
11 */
12
13 /* Make the panel on the left narrower. */
14 .p-workspace--iap1.p-workspace--context-pane-collapsed
15 { grid-template-columns: 180px auto; }
16 .p-workspace--channel_sidebar { width: 180px !important; }
17
18 /* Make all the fonts smaller. */
19 body,
20 .c-message_kit__message,
21 .ql-container,
22 .c-texty_input .ql-editor,
23 .c-texty_input .ql-placeholder,
24 .c-message__edited_label,
25 .p-channel_sidebar--classic_nav,
26 .p-ia__sidebar_header__user__name,
27 .p-ia__view_header .p-classic_nav__model__title__name,
28 .c-message_list__unread_divider__label,
29 .p-rich_text_block, .c-message_attachment__body,
30 .c-pillow_file__description,
31 .p-section_block, .p-call_subtype__title,
32 .p-call_subtype__status, .p-call_subtype__description,
33 .c-button
34 { font-size: 11px !important; }
35 .c-pillow_file__title { font-size: 12px !important; }
36 body { font-family: sans-serif !important; }
37 code, pre {
38 font-family: monospace !important;
39 font-size: 9px !important;
40 border: none;
41 padding: 0;
42 tab-size: 8; -webkit-tab-size: 8; -moz-tab-size: 8;
43 }
44 /*@END*/