Только плеер и чат для мобильной версии
Goodgame Mobile by damnboy
Details
Authordamnboy
LicenseNo License
Categoryuserstyles
Created
Updated
Size962 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
1080x1920, firefox nightly (android)
Source code
/* ==UserStyle==
@name Goodgame Mobile
@namespace userstyles.world
@version 1.4
==/UserStyle== */
@-moz-document domain("goodgame.ru") {
.channel-wrap .player-container {
height: 100%;
}
.outer-wrap > header:nth-child(2) {
display: none !important;
}
#entire > div > div.channel-content > div.tab-panel.ng-scope > ul {
display: none !important;
}
.feed-block {
display: none !important;
}
.ng-scope.clearfix.control-panel {
display: none !important;
}
.channel-wrap .channel-content .tab-panel .tab-content .tab-pane .chat-wrap {
height: calc(100vh - 250px);
}
.main-block {
height: 100%;
}
.bg-block {
height: 3px;
}
.chat-container .chat-control-block {
bottom: unset;
padding-bottom: 0px;
}
.chat-container .content-window {
height: calc(100% - 70px);
}
.chat-container .chat-control-block .text-block {
margin-bottom: unset;
}
}