16 lines
574 B
CSS
16 lines
574 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/**
|
|
* www.zhihu.com - Certain directory buttons are unclickable
|
|
*
|
|
* Bug #1895051 - https://bugzilla.mozilla.org/show_bug.cgi?id=1895051
|
|
*
|
|
* On narrow enough screens, some of the site's directory buttons
|
|
* overlap with text differently on IceCat and Safari than in Chromium,
|
|
* making them unclickable. This fixes the issue.
|
|
*/
|
|
.css-376mun {
|
|
display: block;
|
|
}
|