IconGrid: stop icon preview from bounding on panel open

This commit is contained in:
rektdeckard
2020-10-04 16:13:00 -04:00
parent afef76d99c
commit bc8c00df3d

View File

@@ -66,17 +66,16 @@
} }
.icon-preview { .icon-preview {
height: 396px;
width: 30%; width: 30%;
display: flex; display: flex;
text-align: center; text-align: center;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; margin-top: 72px;
} }
.icon-preview p { .icon-preview p {
margin: 12px 0 0; margin: 0;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
} }