Skip to content

Instantly share code, notes, and snippets.

@foooomio
Last active April 28, 2021 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foooomio/cb8ed8083f73897e187365dafc287757 to your computer and use it in GitHub Desktop.
Save foooomio/cb8ed8083f73897e187365dafc287757 to your computer and use it in GitHub Desktop.
time-ago::before {
content: attr(title);
font-size: 14px;
}
time-ago {
font-size: 0;
}
:is(.note, .f6) time-ago::before {
content: "at " attr(title);
font-size: 12px;
}
[aria-labelledby="files"] [style="width:100px;"] {
width: 180px !important;
}
relative-time::before {
content: "at " attr(title);
font-size: 14px;
}
relative-time {
font-size: 0;
}
:is(.text-small, .f6) relative-time::before {
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment