hrdwrrsk / adementary-theme

A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.
GNU General Public License v3.0
149 stars 9 forks source link

Album cover shows too small #26

Closed Suzamax closed 5 years ago

Suzamax commented 5 years ago

Tetra Gnome Shell theme shows it this way:

Captura de pantalla de 2019-03-09 20-55-21

I made a little tweak for showing it way better: Captura de pantalla de 2019-03-09 20-52-14

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; }
          }
hrdwrrsk commented 5 years ago

my take of it: ss1 ss2

hrdwrrsk commented 5 years ago

committed in latest commit 912f198