update pleroma-fe
[akkoma] / priv / static / static / css / 4.10e378d3da0e7f32661d.css
1 .sticker-picker {
2 width: 100%;
3 }
4 .sticker-picker .contents {
5 min-height: 250px;
6 }
7 .sticker-picker .contents .sticker-picker-content {
8 display: -ms-flexbox;
9 display: flex;
10 -ms-flex-wrap: wrap;
11 flex-wrap: wrap;
12 padding: 0 4px;
13 }
14 .sticker-picker .contents .sticker-picker-content .sticker {
15 display: -ms-flexbox;
16 display: flex;
17 -ms-flex: 1 1 auto;
18 flex: 1 1 auto;
19 margin: 4px;
20 width: 56px;
21 height: 56px;
22 }
23 .sticker-picker .contents .sticker-picker-content .sticker img {
24 height: 100%;
25 }
26 .sticker-picker .contents .sticker-picker-content .sticker img:hover {
27 filter: drop-shadow(0 0 5px var(--accent, #d8a070));
28 }
29
30 /*# sourceMappingURL=4.10e378d3da0e7f32661d.css.map*/