wyze / atom-seti-icons

The awesome icons provided by Seti UI theme.
https://atom.io/packages/seti-icons
MIT License
33 stars 14 forks source link

Icons misplaced #65

Closed alaycock closed 7 years ago

alaycock commented 7 years ago

image I just updated Atom to 1.17.0, which seems to have some style changes. I'm not sure if this is something that would be fixed in seti-icons, or here, but this is the package I'm using, so I figured I'd open it here.

nilsborg commented 7 years ago

Same here. Using One Dark UI Theme.

Did this in my stylesheet:

.tab-bar {
  .tab {
    &, &.active {
      min-width: 10em;
    }

    .title {
      padding-left: 24px !important;
      text-align: left;

      &.title::before {
        margin-top: 7px;
        font-size: 22px;
        margin-left: -26px;
      }
    }
  }
}

that also fixes some things especially for very narrow tabs (when having a lot of files open).

Looks like this now for me:

safari github com screen shot 17 may 2017 16 06 04
wyze commented 7 years ago

Fixed in v1.5.0.