Moves the page links and reply button back into where they were before.
Fix first thread page by shishiostyles
Details
Authorshishiostyles
LicenseNo License
Categoryhttps://myanimelist.net/
Created
Updated
Size689 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fix first forum page
@namespace Shishio
@version 2
@description Fixes the thing script #203
@author Shishio-kun @MyAnimeList
==/UserStyle== */
@-moz-document domain("myanimelist.net") {
.page-forum .forum-topic-message + .topic-reply-container {
position: absolute;
top: 130px;
left: 870px;
}
.page-forum .forum-topic-message + .topic-reply-container div.mal-btn-toolbar.left > button{
position: absolute;
left: -850px;
top:6px;
}
div.mal-navbar-group + .forum-topic-message {
margin-top: 90px !important;
}
.page-forum .topic-poll {
font-size: 12px;
padding-top: 46px;
margin: 16px 0;
}
}