Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 52: | Line 52: | ||
z-index: 100; | z-index: 100; | ||
padding: 2em; | padding: 2em; | ||
background: #fff; | background: #fff; | ||
border: 1px solid var(--links-blue); | border: 1px solid var(--links-blue); | ||
Line 58: | Line 57: | ||
box-shadow: -10px 10px 10px 5px rgb(0 0 0 / 10%); | box-shadow: -10px 10px 10px 5px rgb(0 0 0 / 10%); | ||
transition: all 400ms ease-in-out; | transition: all 400ms ease-in-out; | ||
} | |||
@media only screen and (orientation: landscape) { | |||
#dct-filters { | |||
width: 45vw; | |||
} | |||
} | } | ||
Revision as of 14:38, 6 May 2024
DCT list widget.
Currently in use – do not modify!