IconGrid: stop icon preview from bounding on panel open
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user