From 7931acd942fcfae3a562f8b62cd50363079e4cce Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 6 Feb 2014 19:04:34 +0100 Subject: [PATCH] Fix the menu button offset in Firefox in the catalog. --- CHANGELOG.md | 1 + css/style.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5296d78..a5032f062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ - Added `Archive link` to the Custom Board Navigation Rice - Added a setting to configure the number of threads per page for the paged mode of the index. +- Dropped support for the official catalog. ### 3.16.4 - *2014-02-04* diff --git a/css/style.css b/css/style.css index e09a0c54f..cb5c54183 100644 --- a/css/style.css +++ b/css/style.css @@ -469,6 +469,9 @@ a[href="javascript:;"] { border-radius: 0 2px 0 2px; font-size: 14px; text-align: center; +<% if (type === 'userscript') { %> + line-height: normal; +<% } %> } .thread-stats { flex-shrink: 0; @@ -516,7 +519,7 @@ a.hide-announcement { #updater > div:last-child { text-align: center; } -#updater input[type=number] { +#updater input[type="number"] { width: 4em; } #updater:not(:hover) > div:not(.move) {