Open imitko opened 3 years ago
The following code in css/default.css causes to hide the second bar for rank:
866 rnk[title~=Entity] { 867 display: none !important; 868 }
for what purpose it is hidden?
It was hidden initially when working on the bar appearances; which isn't needed anymore.
I will make the second bar visible again in my next set of updates
The following code in css/default.css causes to hide the second bar for rank:
for what purpose it is hidden?