|
93 | 93 | pointer-events: none; |
94 | 94 | } |
95 | 95 |
|
| 96 | +@media (min-width: 900px) { |
| 97 | + |
| 98 | + .is-link-breakpoint-md .link-sort-placeholder-wide, |
| 99 | + .is-link-breakpoint-lg .link-sort-placeholder-wide, |
| 100 | + .is-link-breakpoint-xl .link-sort-placeholder-wide, |
| 101 | + .is-link-breakpoint-xxl .link-sort-placeholder-wide { |
| 102 | + grid-column: span 2; |
| 103 | + } |
| 104 | + |
| 105 | + .is-link-breakpoint-md .link-sort-placeholder-tall, |
| 106 | + .is-link-breakpoint-lg .link-sort-placeholder-tall, |
| 107 | + .is-link-breakpoint-xl .link-sort-placeholder-tall, |
| 108 | + .is-link-breakpoint-xxl .link-sort-placeholder-tall { |
| 109 | + grid-row: span 2; |
| 110 | + } |
| 111 | +} |
| 112 | + |
96 | 113 | .link-item.link-empty { |
97 | 114 | background-color: rgba(var(--theme-color-04), 0.2); |
98 | 115 | padding: 0.5em 1em; |
|
137 | 154 | .link-item { |
138 | 155 | font-size: 1em; |
139 | 156 | position: relative; |
140 | | - height: var(--link-item-height); |
| 157 | + width: 100%; |
| 158 | + height: 100%; |
141 | 159 | display: block; |
142 | 160 | transform: scale(1); |
143 | 161 | transition: transform var(--layout-timing-extra-fast); |
|
167 | 185 | transition: none; |
168 | 186 | } |
169 | 187 |
|
| 188 | +@media (min-width: 900px) { |
| 189 | + |
| 190 | + .is-link-breakpoint-md .link-item-wide, |
| 191 | + .is-link-breakpoint-lg .link-item-wide, |
| 192 | + .is-link-breakpoint-xl .link-item-wide, |
| 193 | + .is-link-breakpoint-xxl .link-item-wide { |
| 194 | + grid-column: span 2; |
| 195 | + } |
| 196 | + |
| 197 | + .is-link-breakpoint-md .link-item-tall, |
| 198 | + .is-link-breakpoint-lg .link-item-tall, |
| 199 | + .is-link-breakpoint-xl .link-item-tall, |
| 200 | + .is-link-breakpoint-xxl .link-item-tall { |
| 201 | + grid-row: span 2; |
| 202 | + } |
| 203 | +} |
| 204 | + |
170 | 205 | /* link panel front */ |
171 | 206 | .link-panel-front { |
172 | 207 | background-color: rgba(var(--link-item-color), var(--link-item-color-opacity)); |
|
953 | 988 | flex-wrap: wrap; |
954 | 989 | } |
955 | 990 |
|
| 991 | +@media (min-width: 900px) { |
| 992 | + |
| 993 | + .is-link-orientation-top.is-link-style-block .link-item-wide, |
| 994 | + .is-link-orientation-bottom.is-link-style-block .link-item-wide { |
| 995 | + --link-item-edit-height: 2.5em; |
| 996 | + } |
| 997 | + |
| 998 | + .is-link-orientation-top.is-link-style-block .link-item-wide .link-control, |
| 999 | + .is-link-orientation-bottom.is-link-style-block .link-item-wide .link-control { |
| 1000 | + flex-wrap: nowrap; |
| 1001 | + } |
| 1002 | + |
| 1003 | + .is-link-orientation-bottom.is-link-style-block .link-item-wide .link-control-item:nth-child(1) { |
| 1004 | + border-bottom-left-radius: var(--theme-radius); |
| 1005 | + } |
| 1006 | + |
| 1007 | + .is-link-orientation-bottom.is-link-style-block .link-item-wide .link-control-item:nth-child(4) { |
| 1008 | + border-bottom-left-radius: 0; |
| 1009 | + } |
| 1010 | + |
| 1011 | + .is-link-orientation-top.is-link-style-block .link-item-wide .link-control-item:nth-child(1) { |
| 1012 | + border-top-left-radius: var(--theme-radius); |
| 1013 | + border-bottom-left-radius: 0; |
| 1014 | + } |
| 1015 | + |
| 1016 | + .is-link-orientation-top.is-link-style-block .link-item-wide .link-control-item:nth-child(4) { |
| 1017 | + border-top-left-radius: 0; |
| 1018 | + } |
| 1019 | +} |
| 1020 | + |
956 | 1021 | .link-url { |
957 | 1022 | padding: 0 1em; |
958 | 1023 | width: 100%; |
|
0 commit comments