CHUNITHM の全国対戦履歴の表示を広い画面の PC 向けにします。
CHUNITHM 全国対戦履歴 for PC by eagletmt
Details
Authoreagletmt
LicenseNo License
CategoryCHUNITHM
Created
Updated
Size744 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 CHUNITHM 全国対戦履歴 for PC
@version 20211128.08.25
@namespace userstyles.world/user/eagletmt
@description CHUNITHM の全国対戦履歴の表示を広い画面の PC 向けにします。
@author eagletmt
@license No License
==/UserStyle== */
@-moz-document url("https://new.chunithm-net.com/chuni-mobile/html/mobile/record/netBattlelogDetail") {
.bg1 {
width: 2048px;
}
.bg2, #wrap, #inner, .frame01, #submenu, .box01, .frame02, .net_battle_log_frame {
width: auto;
}
#submenu {
padding-left: 794px;
}
.frame02 {
margin-left: 294px;
}
.net_battle_log_result_table_track {
width: 380px;
}
.net_battle_log_track_list, .net_battle_log_result {
overflow-x: inherit;
}
}