Spaces:
Running
Running
File size: 405 Bytes
89682f8 |
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 |
@tailwind base;
@tailwind components;
@tailwind utilities;
[data-unified="1f5ff"],
[data-unified="1f997"],
[data-unified="1fab1"],
[data-unified="1f95c"],
[data-unified="1fa7b"],
[data-unified="1fa79"] {
display: none !important;
}
em-emoji-picker {
height: 512px;
width: 320px;
}
@media (max-width: 768px) {
em-emoji-picker {
height: 100px;
min-height: 100px;
width: 100%;
}
}
|