FranklinDM / TGS

Sidebar control with award-winning user experience!
GNU General Public License v2.0
17 stars 4 forks source link

Two close buttons #8

Closed fofajardo closed 7 years ago

fofajardo commented 7 years ago

Description

As the title says, there are 2 close buttons in the sidebar header. One is movable while the other one is not. This was supposedly fixed already with commit cf9171326eac8177faf8e9e287c912c1f50b1a16, but apparently, it didn't take effect (I guess).

Proposed solution

Hide .tabs-closebutton at #sidebar-header.

#sidebar-header > .tabs-closebutton {
  display: none;
}
fofajardo commented 7 years ago

Fixed along with 519852b0690e7a4a735fb25fbf723b10552c786d.