Fix the menu button offset in Firefox in the catalog.

This commit is contained in:
Mayhem 2014-02-06 19:04:34 +01:00
parent cac27bb944
commit 7931acd942
2 changed files with 5 additions and 1 deletions

View File

@ -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*

View File

@ -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) {