Closed fofajardo closed 7 years ago
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).
Hide .tabs-closebutton at #sidebar-header.
#sidebar-header > .tabs-closebutton { display: none; }
Fixed along with 519852b0690e7a4a735fb25fbf723b10552c786d.
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.