Jake Vanderwerf
10 days ago d7e7d248cbe41cd7a9ef9c2fb022b6c4831f99a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/feed/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/***** START FRESH *****/
.feed-block {
  grid-column: full;
}
.feed-block .placeholder {
  aspect-ratio: 1;
  background: rgb(var(--base));
  border: 1rem solid rgb(var(--base-50));
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  --w: 50%;
  color: rgb(var(--base-200));
}
.feed-block .placeholder i.icon {
  animation: dance 2.5s ease-in-out infinite;
}
.feed-block .item-grid {
  max-width: var(--full);
}
.feed-block .item-grid:has([data-timeline]) {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.feed-block .item {
  overflow: hidden;
  background: rgb(var(--base-50));
  box-shadow: rgba(var(--base), var(--op-2)) var(--shdw);
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}
.feed-block .item h3 {
  margin: 0;
  font-size: var(--txt-medium);
}
.feed-block .item details {
  z-index: var(--z-2);
  width: 100%;
  position: relative;
  padding: 0;
}
.feed-block .item details summary {
  position: absolute;
  top: calc(var(--chip_) * -1);
  right: 0;
  width: 100%;
  background-color: rgba(var(--base), var(--op-2));
  backdrop-filter: blur(5px);
}
.feed-block .item details summary:hover {
  background-color: rgba(var(--action-0), var(--op-45));
}
.feed-block .item details[open] {
  padding: 0.25rem 0.5rem;
}
.feed-block .item img:hover {
  opacity: 0.8;
}
.feed-block .item[data-timeline] .images {
  aspect-ratio: 3/2;
  padding: 0 0 1rem;
}
.feed-block .item[data-timeline] .images span {
  width: 50%;
  position: absolute;
  background-color: rgb(var(--action-0));
  color: rgb(var(--action-contrast));
  padding: 0.25rem 0.5rem;
}
.feed-block .item[data-timeline] .images span:first-of-type {
  bottom: 0;
  left: 50%;
  text-align: left;
}
.feed-block .item[data-timeline] .images span:last-of-type {
  top: 0;
  right: 50%;
}
.feed-block .item[data-timeline] .images img {
  width: 50%;
}
.feed-block .item[data-timeline] .images img:first-of-type {
  border-left: 2px solid rgb(var(--action-0));
}
.feed-block .item a::before, .feed-block .item a::after {
  display: none;
}
.feed-block .item label {
  font-weight: normal;
  text-transform: none;
  --w: 1.5em;
}
.feed-block .all-filters summary {
  display: flex;
  justify-content: space-between;
}
.all-filters {
  font-size: var(--txt-x-small);
}
.all-filters[open] {
  border: 2px solid rgb(var(--action-0));
  padding: 0;
  border-radius: 0 0 var(--radius-outer) var(--radius-outer);
}
.all-filters summary {
  width: 100%;
}
.all-filters[open] summary,
.all-filters summary:hover {
  background-color: rgb(var(--action-0));
  color: rgb(var(--action-contrast));
}
.all-filters[open] summary::after,
.all-filters summary:hover::after {
  background-color: rgb(var(--action-contrast));
}
.all-filters > .row.row {
  padding: 0 0.75rem 2rem;
  width: var(--content);
}
.all-filters > .row.row.search {
  padding-bottom: 0;
}
.all-filters > .row.row {
  position: relative;
}
.all-filters > .row.row > .label,
.all-filters > .row.row > .row > .label {
  font-family: var(--heading);
  font-weight: var(--fw-h-bold);
  text-transform: uppercase;
}
.all-filters > .row.row > .label {
  width: 20%;
}
.all-filters > .row.row > .row > .label {
  white-space: nowrap;
}
.all-filters button,
.all-filters .btn + label {
  width: var(--chipchip);
  min-height: var(--chipchip);
  padding: 0;
}
.all-filters button .label,
.all-filters .row:has(> .btn:not(:checked) + label:hover) :checked + label .label,
.all-filters .btn + label .label {
  position: absolute;
  bottom: -2rem;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  opacity: 0;
  z-index: var(--z-4);
}
.all-filters button:hover .label,
.all-filters .btn:checked + label .label,
.all-filters .btn + label:hover .label {
  opacity: 1;
}
.all-filters .search.row,
.all-filters .view.row {
  display: none;
}
.all-filters .ordering {
  padding: 2rem 0 0.75rem 0;
}
.all-filters .ordering > .row label {
  position: unset;
}
.all-filters .ordering .row .label {
  top: -1rem;
  color: rgb(var(--contrast));
}
.all-filters .ordering .row.orderby .label {
  right: 0;
}
.all-filters .ordering .row.order-direction .label {
  left: 0;
}
.search-container:not(.open) input[type=search],
.search-container:not(.open) .clear-search {
  transform: scaleX(0);
  transform-origin: right;
  width: 0;
  padding: 0;
  transition: transform var(--trans-base), width var(--trans-base), padding var(--trans-base);
}
.search-container button {
  padding: 0.5rem;
}
.search-container .icon {
  --w: 1.5rem;
}
.search-container.open input[type=search],
.search-container.open .clear-search {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform var(--trans-base), width var(--trans-base), padding var(--trans-base);
}
.all-filters > .search,
input[type=search],
.search-container {
  width: 100%;
}
.toggle-text input + label {
  font-weight: normal;
  color: var(--contrast) !important;
  text-transform: none;
  cursor: pointer;
  position: relative;
  padding: 0.25rem 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px dashed transparent;
}
.toggle-text input + label::before, .toggle-text input + label::after {
  display: none !important;
}
.toggle-text input + label .text {
  position: relative;
  margin: 0;
  --gap: 0;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px;
  border: 1px solid rgb(var(--action-50));
  border-radius: var(--radius);
  color: rgb(var(--action-50));
}
.toggle-text input + label .off {
  --mid: -100%;
}
.toggle-text input + label .on {
  --mid: 100%;
}
.toggle-text input + label .off,
.toggle-text input + label .on {
  transition: var(--trans-transform), opacity var(--trans-base);
}
.toggle-text input + label .off, .toggle-text input:checked + label .on {
  opacity: 1;
  max-width: 100%;
  transform: translate3d(0, 0, 0);
}
.toggle-text input + label .on, .toggle-text input:checked + label .off {
  opacity: 0;
  max-width: 0;
  transform: translate3d(0, var(--mid), 0);
}
.toggle-text:hover label {
  border-color: rgb(var(--action-200));
}
.toggle-text:hover .text {
  background-color: rgb(var(--action-50));
  color: rgb(var(--action-contrast));
  border-color: rgb(var(--action-50));
}