|
46 | 46 | border-radius: 3px; |
47 | 47 | &::before { |
48 | 48 | content: ''; |
49 | | - background: linear-gradient(var(--tint), var(--tint)), var(--fb-popout-modal-image); |
50 | | - background-position: var(--fb-popout-modal-position, center); |
51 | | - background-size: var(--fb-popout-modal-size, cover); |
52 | | - background-attachment: var(--popout-modal-attachment, fixed); |
53 | | - background-repeat: var(--popout-modal-repeat, no-repeat); |
| 49 | + background: linear-gradient(var(--tint), var(--tint)), var(--fb-overlay-image); |
| 50 | + background-position: var(--fb-overlay-position, center); |
| 51 | + background-size: var(--fb-overlay-size, cover); |
| 52 | + background-attachment: var(--fb-overlay-attachment, fixed); |
| 53 | + background-repeat: var(--fb-overlay-repeat, no-repeat); |
54 | 54 | box-shadow: inset 0 0 0 100vmax rgb(0, 0, 0, var(--overlay-brightness, var(--popout-modal-brightness))); |
55 | | - height: calc(100% + var(--fb-popout-modal-blur) * 5); |
56 | | - width: calc(100% + var(--fb-popout-modal-blur) * 5); |
57 | | - top: calc(var(--fb-popout-modal-blur) / -1 * 2.5); |
58 | | - left: calc(var(--fb-popout-modal-blur) / -1 * 2.5); |
| 55 | + height: calc(100% + var(--fb-overlay-blur) * 5); |
| 56 | + width: calc(100% + var(--fb-overlay-blur) * 5); |
| 57 | + top: calc(var(--fb-overlay-blur) / -1 * 2.5); |
| 58 | + left: calc(var(--fb-overlay-blur) / -1 * 2.5); |
59 | 59 | position: absolute; |
60 | | - filter: blur(var(--fb-popout-modal-blur)); |
61 | | - transform: translate(var(--fb-popout-modal-blur) / -1, calc(var(--fb-popout-modal-blur) / -1)); |
| 60 | + filter: blur(var(--fb-overlay-blur)); |
| 61 | + transform: translate(var(--fb-overlay-blur) / -1, calc(var(--fb-overlay-blur) / -1)); |
62 | 62 | pointer-events: none; |
63 | 63 | user-select: none; |
64 | 64 | z-index: -1; |
|
0 commit comments