dota2protracker.com mobile fixes
dota2protracker.com mobile fixes by beckiusm
Details
Authorbeckiusm
LicenseNo License
Categorydota2protracker.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dota2protracker.com mobile fixes
@version 20230520.03.38
@namespace userstyles.world/user/beckiusm
@description dota2protracker.com mobile fixes
@author beckiusm
@license No License
==/UserStyle== */
@-moz-document domain("dota2protracker.com") {
@media(max-width: 715px) {
.content-box-lvl-1 {
max-width: 100%;
}
.player-page {
min-width: 0;
max-width: 100%;
width: 100%;
}
.played-box {
width: calc( 50% - 32px);
}
.table-wrapper {
overflow: scroll;
}
.role-tabs button {
min-width: 0;
}
.role-tabs {
margin-top: 20px;
display: grid;
grid-template-columns: 1fr 1fr;
}
.roles .content-box-header {
display: block;
}
.header-role-info {
display: block;
}
.header-role-info span {
display: inline-block;
padding: 5px;
}
.matchups-table {
min-width: 0;
}
.hero-header-stats {
min-width: 0;
}
.hero-header-stats-detailed {
line-height: 135%;
}
.foo {
padding-right: 0;
}
.inner-box {
min-width: 0;
max-width: 100%;
}
.nav-bar-inner {
font-size: 150%;
}
.left-sidebar .hamburger {
filter: invert(1)
}
.left-sidebar.opened {
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
padding: 0;
}
}
}