Oops, put photos_holder rule in etiquette.css, not common.
This commit is contained in:
parent
387a9e7b81
commit
843e8d6743
2 changed files with 6 additions and 6 deletions
|
|
@ -12,12 +12,6 @@
|
||||||
{
|
{
|
||||||
--narrow: 1;
|
--narrow: 1;
|
||||||
}
|
}
|
||||||
.photos_holder
|
|
||||||
{
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden
|
.hidden
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,12 @@ input, select, textarea
|
||||||
background-color: var(--color_transparency);
|
background-color: var(--color_transparency);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
.photos_holder
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor_input
|
.editor_input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue