Game8 FF14 Layout fix
Game8 FF14 Fix by Saba
Details
AuthorSaba
LicenseNo License
Categorygame8.jp/ff14/
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 Game8 FF14 Fix
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Game8 FF14 Layout fix
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://game8.jp/ff14/") {
/* Layout fix */
.l-billboard_container,
.l-3colSide,
.c-sideContainer {
display: none;
}
.l-header__inner,
.p-gameHeader__inner,
.p-gameNavText_inner,
.l-content,
.l-3col,
.l-3colMain,
.l-3colMain__center {
float: none !important;
width: 100% !important;
}
/* Treasute Map Fix */
.a-table .imageLink.js-open-image-modal {
padding-bottom: 100px;
}
}