Skip to content

Instantly share code, notes, and snippets.

@lundeen-bryan
Last active June 27, 2023 19:35
Show Gist options
  • Save lundeen-bryan/eae9688b1907866d0299c5eea1dcdd25 to your computer and use it in GitHub Desktop.
Save lundeen-bryan/eae9688b1907866d0299c5eea1dcdd25 to your computer and use it in GitHub Desktop.
browser_css
/* use for udemy notifications */
.activity-notifications-module--notification-list--3I_hF {
width:1200px
}
.activity-notification-module--notification-info--3Yr2y {
height: 170px;
}
/* create CRLF after title then, normal font for the body text */
span[data-purpose="safely-set-inner-html:activity-notification:notification-template"] span.subject::before {
content: "\A";
white-space: pre;
}
.subject {
font-weight: normal;
}
/* Text area for message body */
.item-card-module--item-card-title--S729p{
height: 150px;
}
/* move the msg body down a little to reveal the time posted */
.item-card-module--item-card-title--S729p{
padding-top: 20px;
}
/* increase msg vertical scroll area */
.activity-notifications-module--notification-list--3I_hF{
max-height:70.2rem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment