tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1895051-www.zhihu.com-broken-button-fix.css (575B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * www.zhihu.com - Certain directory buttons are unclickable
      7 *
      8 * Bug #1895051 - https://bugzilla.mozilla.org/show_bug.cgi?id=1895051
      9 *
     10 * On narrow enough screens, some of the site's directory buttons
     11 * overlap with text differently on Firefox and Safari than in Chromium,
     12 * making them unclickable. This fixes the issue.
     13 */
     14 .css-376mun {
     15  display: block;
     16 }