Skip to content

Commit 578fa14

Browse files
committed
INT-18528: Fix edit menu in hsuforum
1 parent 9ee12b1 commit 578fa14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -992,14 +992,14 @@ the use of id^="" */
992992
margin-top: 0.5em;
993993
}
994994

995-
body:not(.theme_snap) li.modtype_hsuforum .activity-item .d-flex {
996-
/** We need to override the flex display of core. **/
995+
body:not(.theme_snap) li.modtype_hsuforum .activity-item .activity-basis > div {
997996
display: block !important;
998997
flex-direction: unset !important;
999998
}
1000999

10011000
body:not(.theme_snap) li.modtype_hsuforum .afterlink {
10021001
margin-top: 2em;
1002+
margin-bottom: 1em;
10031003
}
10041004

10051005
body:not(.theme_snap) li.modtype_hsuforum .afterlink .hsuforum-recent {
@@ -1051,4 +1051,4 @@ li.activity.modtype_hsuforum .activityiconcontainer,
10511051
li.activity.modtype_hsuforum .activityiconcontainer img.activityicon,
10521052
.modchoosercontainer div[data-internal="hsuforum"] .modicon_hsuforum img.activityicon {
10531053
filter: brightness(0) invert(1);
1054-
}
1054+
}

0 commit comments

Comments
 (0)