made drawing gallery mobile-friendlier
This commit is contained in:
@@ -94,7 +94,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
transition: opacity var(--duration-animation) var(--anim-curve);
|
transition: opacity var(--duration-animation) var(--anim-curve);
|
||||||
/* pointer-events: none; */
|
|
||||||
background-color: var(--color-header-highlight);
|
background-color: var(--color-header-highlight);
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
@@ -124,7 +123,15 @@
|
|||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .gallery-entry-info a {
|
@media screen and (max-width: 1000px) {
|
||||||
pointer-events: all;
|
.drawing-container {
|
||||||
} */
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.drawing-container {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user