We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25d549 commit 2846780Copy full SHA for 2846780
wcfsetup/install/files/style/ui/popover.scss
@@ -83,7 +83,7 @@
83
/* @since 6.1 */
84
.popoverContainer {
85
--padding: 20px;
86
- --maxHeight: 300px;
+ --maxHeight: 400px;
87
--maxWidth: 500px;
88
89
background-color: var(--wcfContentContainerBackground);
@@ -153,3 +153,15 @@
153
grid-area: time;
154
@include wcfFontSmall;
155
}
156
+
157
+.popover__coverPhoto {
158
+ --remove-padding: calc(var(--padding) * -1);
159
+ margin: var(--remove-padding) var(--remove-padding) 10px;
160
+}
161
162
+.popover__coverPhoto__image {
163
+ object-fit: cover;
164
+ object-position: center center;
165
+ height: 150px;
166
+ width: 100%;
167
0 commit comments