horst3180 / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
8.28k stars 611 forks source link

Something fishy with Arc shell theme #893

Open Aiduss opened 5 years ago

Aiduss commented 5 years ago

Somethnig odd in Fedora 28 . The fishy thing is happening with Arc Shell loaded : https://imgur.com/8atXF7b Not sure if that's a shadow in wrong place or should be there an icon.

Aiduss commented 5 years ago

Well solved problem kind a ... on gnome-shell.css edited 2 places

 #panel .popup-menu-arrow {
    width: 16px; }

By setting this to 16px instead of 0 i have back arrow and that did solve one problem.

 #panel .panel-button .app-menu-icon {
      width: 16px;
      height: 16px;

Same issue here. Just bring back hidden icons solves nasty look :) Topic closed problem solved :)