Closed Suzamax closed 5 years ago
Tetra Gnome Shell theme shows it this way:
I made a little tweak for showing it way better:
Here's the CSS involved:
.media-message-cover-icon { icon-size: 40px !important; border-radius: 2px; border: 1px solid #555; box-shadow: 0 0 1px #aaa; &.fallback { color: lighten($fg_color,10%); background-color: transparent; border: 0; border-radius: 2px; icon-size: 32px; padding: 8px; } }
my take of it:
committed in latest commit 912f198
912f198
Tetra Gnome Shell theme shows it this way:
I made a little tweak for showing it way better:
Here's the CSS involved: