Fix the menu button offset in Firefox in the catalog.
This commit is contained in:
parent
cac27bb944
commit
7931acd942
@ -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*
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user