dot/lisp-init.lisp: Really don't try to set `HOME:' on CMU CL.
[profile] / firefox / stylus / slack.com.css
CommitLineData
53ad55a5
MW
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. */
19body,
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
30 { font-size: 11px !important; }
31body { font-family: sans-serif !important; }
32code, pre {
33 font-family: monospace !important;
34 font-size: 9px !important;
35}
36/*@END*/