Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / static / static / css / app.1055039ce3f2fe4dd110.css
1 .with-load-more-footer {
2 padding: 10px;
3 text-align: center;
4 border-top: 1px solid;
5 border-top-color: #222;
6 border-top-color: var(--border, #222);
7 }
8 .with-load-more-footer .error {
9 font-size: 14px;
10 }
11 .tab-switcher {
12 display: -ms-flexbox;
13 display: flex;
14 -ms-flex-direction: column;
15 flex-direction: column;
16 }
17 .tab-switcher .contents {
18 -ms-flex: 1 0 auto;
19 flex: 1 0 auto;
20 min-height: 0px;
21 }
22 .tab-switcher .contents .hidden {
23 display: none;
24 }
25 .tab-switcher .contents.scrollable-tabs {
26 -ms-flex-preferred-size: 0;
27 flex-basis: 0;
28 overflow-y: auto;
29 }
30 .tab-switcher .tabs {
31 display: -ms-flexbox;
32 display: flex;
33 position: relative;
34 width: 100%;
35 overflow-y: hidden;
36 overflow-x: auto;
37 padding-top: 5px;
38 box-sizing: border-box;
39 }
40 .tab-switcher .tabs::after, .tab-switcher .tabs::before {
41 display: block;
42 content: "";
43 -ms-flex: 1 1 auto;
44 flex: 1 1 auto;
45 border-bottom: 1px solid;
46 border-bottom-color: #222;
47 border-bottom-color: var(--border, #222);
48 }
49 .tab-switcher .tabs .tab-wrapper {
50 height: 28px;
51 position: relative;
52 display: -ms-flexbox;
53 display: flex;
54 -ms-flex: 0 0 auto;
55 flex: 0 0 auto;
56 }
57 .tab-switcher .tabs .tab-wrapper .tab {
58 width: 100%;
59 min-width: 1px;
60 position: relative;
61 border-bottom-left-radius: 0;
62 border-bottom-right-radius: 0;
63 padding: 6px 1em;
64 padding-bottom: 99px;
65 margin-bottom: -93px;
66 white-space: nowrap;
67 color: #b9b9ba;
68 color: var(--tabText, #b9b9ba);
69 background-color: #182230;
70 background-color: var(--tab, #182230);
71 }
72 .tab-switcher .tabs .tab-wrapper .tab:not(.active) {
73 z-index: 4;
74 }
75 .tab-switcher .tabs .tab-wrapper .tab:not(.active):hover {
76 z-index: 6;
77 }
78 .tab-switcher .tabs .tab-wrapper .tab.active {
79 background: transparent;
80 z-index: 5;
81 color: #b9b9ba;
82 color: var(--tabActiveText, #b9b9ba);
83 }
84 .tab-switcher .tabs .tab-wrapper .tab img {
85 max-height: 26px;
86 vertical-align: top;
87 margin-top: -5px;
88 }
89 .tab-switcher .tabs .tab-wrapper:not(.active)::after {
90 content: "";
91 position: absolute;
92 left: 0;
93 right: 0;
94 bottom: 0;
95 z-index: 7;
96 border-bottom: 1px solid;
97 border-bottom-color: #222;
98 border-bottom-color: var(--border, #222);
99 }
100 .with-subscription-loading {
101 padding: 10px;
102 text-align: center;
103 }
104 .with-subscription-loading .error {
105 font-size: 14px;
106 }
107
108 /*# sourceMappingURL=app.1055039ce3f2fe4dd110.css.map*/