mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Collapsable info tab on images
This commit is contained in:
parent
8357241487
commit
fef8a557d2
4 changed files with 29 additions and 32 deletions
|
@ -7,6 +7,9 @@
|
|||
.image-grid
|
||||
padding: 0
|
||||
|
||||
width: 100%
|
||||
height: 100vh
|
||||
|
||||
position: relative
|
||||
|
||||
display: grid
|
||||
|
@ -15,10 +18,11 @@
|
|||
grid-template-rows: 1fr auto
|
||||
gap: 0
|
||||
|
||||
height: 100vh
|
||||
|
||||
z-index: 3
|
||||
|
||||
&.collapse
|
||||
grid-template-columns: 0rem 1fr
|
||||
|
||||
#image-info
|
||||
grid-area: info
|
||||
#image-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue