mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fixes to image view page
This commit is contained in:
parent
f3e1afa0bc
commit
7785e923f8
3 changed files with 23 additions and 29 deletions
|
@ -204,7 +204,7 @@
|
|||
|
||||
@media (max-width: 1100px)
|
||||
.info-container
|
||||
padding: 0
|
||||
padding: 0.5rem
|
||||
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
@ -213,3 +213,12 @@
|
|||
|
||||
&.collapsed
|
||||
left: unset
|
||||
|
||||
.info-container
|
||||
background: transparent
|
||||
|
||||
.info-header
|
||||
border-radius: $rad $rad 0 0
|
||||
|
||||
.info-tab.collapsed .info-header
|
||||
border-radius: $rad
|
Loading…
Add table
Add a link
Reference in a new issue