forked from mirrors/Gitea-Modern
Add 'misskey/tweaks/readable-mentions.css'
This commit is contained in:
parent
22a3a3221a
commit
c92f415fdb
1 changed files with 14 additions and 0 deletions
14
misskey/tweaks/readable-mentions.css
Normal file
14
misskey/tweaks/readable-mentions.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*** READABLE MENTIONS ***/
|
||||
a[href^="/@"][style^="background:"] {
|
||||
color: inherit !important;
|
||||
padding: 0.15em 0.35em;
|
||||
padding-left: 0.2em;
|
||||
margin: -0.15em 0;
|
||||
}
|
||||
a[href^="/@"][style^="background:"] img {
|
||||
height: 1.3em !important;
|
||||
width: 1.3em !important;
|
||||
}
|
||||
a[href^="/@"][style^="background:"] span {
|
||||
opacity: 1 !important;
|
||||
}
|
Loading…
Reference in a new issue