Update emojis.vue (#7915)
This commit is contained in:
parent
7a66c9b5f3
commit
baf3d8f3ee
|
@ -168,6 +168,10 @@ export default defineComponent({
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.ogwlenmc {
|
.ogwlenmc {
|
||||||
> .local {
|
> .local {
|
||||||
|
.empty {
|
||||||
|
margin: var(--margin);
|
||||||
|
}
|
||||||
|
|
||||||
.ldhfsamy {
|
.ldhfsamy {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
||||||
|
@ -210,6 +214,10 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
|
|
||||||
> .remote {
|
> .remote {
|
||||||
|
.empty {
|
||||||
|
margin: var(--margin);
|
||||||
|
}
|
||||||
|
|
||||||
.ldhfsamy {
|
.ldhfsamy {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
||||||
|
|
Loading…
Reference in New Issue