mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Remove auto database migration
Make info tab cooler Change Image groups icon to a box again :3
This commit is contained in:
parent
341d5b0ee8
commit
b8846895de
4 changed files with 19 additions and 19 deletions
|
@ -1,4 +1,6 @@
|
|||
.info-container
|
||||
padding: 0.5rem 0 0.5rem 0.5rem
|
||||
|
||||
width: 27rem
|
||||
height: 100vh
|
||||
|
||||
|
@ -8,13 +10,17 @@
|
|||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0
|
||||
gap: 0.5rem
|
||||
|
||||
background-color: RGB($bg-200)
|
||||
background-image: linear-gradient(90deg, $bg-transparent, transparent)
|
||||
|
||||
overflow-y: auto
|
||||
z-index: +4
|
||||
transition: left 0.3s cubic-bezier(0.76, 0, 0.17, 1)
|
||||
-ms-overflow-style: none
|
||||
scrollbar-width: none
|
||||
&::-webkit-scrollbar
|
||||
display: none
|
||||
|
||||
&.collapsed
|
||||
left: -27rem
|
||||
|
@ -39,8 +45,7 @@
|
|||
transform: rotate(90deg)
|
||||
|
||||
.info-table
|
||||
height: 0
|
||||
padding: 0
|
||||
display: none
|
||||
|
||||
.collapse-indicator
|
||||
margin: 0
|
||||
|
@ -74,11 +79,8 @@
|
|||
align-items: center
|
||||
gap: 0.5rem
|
||||
|
||||
position: sticky
|
||||
top: 0
|
||||
z-index: +1
|
||||
|
||||
background-color: RGB($bg-200)
|
||||
border-radius: $rad
|
||||
|
||||
svg
|
||||
margin: 0
|
||||
|
@ -202,14 +204,12 @@
|
|||
|
||||
@media (max-width: 1100px)
|
||||
.info-container
|
||||
padding: 0
|
||||
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
||||
position: relative
|
||||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0.5rem
|
||||
position: relative
|
||||
|
||||
&.collapsed
|
||||
left: unset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue