Fix test
[akkoma] / priv / static / static / css / app.fd71461124f3eb029b1b.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 }
68 .tab-switcher .tabs .tab-wrapper .tab:not(.active) {
69 z-index: 4;
70 }
71 .tab-switcher .tabs .tab-wrapper .tab:not(.active):hover {
72 z-index: 6;
73 }
74 .tab-switcher .tabs .tab-wrapper .tab.active {
75 background: transparent;
76 z-index: 5;
77 }
78 .tab-switcher .tabs .tab-wrapper .tab img {
79 max-height: 26px;
80 vertical-align: top;
81 margin-top: -5px;
82 }
83 .tab-switcher .tabs .tab-wrapper:not(.active)::after {
84 content: "";
85 position: absolute;
86 left: 0;
87 right: 0;
88 bottom: 0;
89 z-index: 7;
90 border-bottom: 1px solid;
91 border-bottom-color: #222;
92 border-bottom-color: var(--border, #222);
93 }
94 .with-subscription-loading {
95 padding: 10px;
96 text-align: center;
97 }
98 .with-subscription-loading .error {
99 font-size: 14px;
100 }
101
102 /*# sourceMappingURL=app.fd71461124f3eb029b1b.css.map*/