User:Librarianmage/Sandbox: Difference between revisions

m
add padding to bottom of patch note
(update patch note css)
m (add padding to bottom of patch note)
Line 61: Line 61:


.fp-patchnotes {
.fp-patchnotes {
   padding: 10px;
   padding: 10px 10px calc(10px + 1em);
   max-height: 20.5em;
   max-height: 20em;
   overflow: scroll;
   overflow: scroll;
   mask-image: linear-gradient(180deg, #000 75%, transparent);
   mask-image: linear-gradient(180deg, #000 75%, transparent);
  padding-bottom: calc(10 px + 2em);
}
}