Skip to content

Adapt to android 6.4 inch by mnpldrk

Details

Authormnpldrk

LicenseNo License

Categorymonopoly-one

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adapt to android with 6.4 inch display

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Adapt to android 6.4 inch
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Adapt to android with 6.4 inch display 
@author         vechnovahue
==/UserStyle== */

@-moz-document domain("monopoly-one.com") {

                /*  === ADAPT TO ANDROID v.1 === */

:root {
    zoom: 330%;}
    
    div.header {
    width: 62px !important; }
    
div.header, .header {
    transform: rotate(-90deg); 
    margin-left: 190px;
    height: 125px !important;}
    
.header-right-one, .HeaderUser, .header-user-new {
    transform: rotate(90deg); }
.header .header-logo {
    display: none; }
    
div.col-16 {
    width: 46% !important;
    margin-left: -90px;
}    
    
    .col-4, .col-8 {
    width: 46% !important;
}  
    
    .table-body-players {
        display: inline-grid; }
    body:not([mnpl-newcolors]) .table-body-players {
    position: fixed;
    width: 880px;
    margin: 23px 0;
}
.table-body-players {
    margin-top: 800px !important;
    width: 180px;
}
.table-body-players {
    display: flex;
    flex: 0 0 auto;
    position: relative;
    padding-left: 20px;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-end;
}


              /*  === ADAPT TO ANDROID v.1 ===  */

}


Reviews

No reviews yet.