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