Last active
April 28, 2021 19:27
-
-
Save foooomio/cb8ed8083f73897e187365dafc287757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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