Skip to content

Cryptotradr Resizr 4 Defined by trabaja-ovahness

Screenshot of Cryptotradr Resizr 4 Defined

Details

Authortrabaja-ovahness

LicenseMIT

Categorywww.defined.fi

Created

Updated

Size866 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CryptotradR ResizR 4 Defined modifies the default CSS styling to increase the size of the TradingView graph on www.defined.fi to 52 vh (viewport height) and 100 vw (viewport width). This means the the graph will have a height that is 52% of your viewport or browser window and will cover the entire width of your browser window, even when the viewport is resized.

Notes

No other directions are required.

Source code

/* ==UserStyle==
@name           Cryptotradr Resizr 4 Defined
@namespace      trabaja_ovahness
@version        1.0.0
@license        MIT

@author         trabaja_ovahness
@description    CryptotradR ResizR 4 Defined modifies the default CSS styling to increase the size of the TradingView graph on www.defined.fi to 52 vh (52% of your browser's height) and 100vw (100% of your browser's width).

==/UserStyle== */

@-moz-document domain("defined.fi") {
element.style {
    display: block;
    width: 100%;
    height: 52vh !important;
}

.css-nlb3na {
    flex: 0 0 53.4vh !important;
    display: flex;
    margin-bottom: 57px;
    min-height: 53vh !important;
}

.css-1vwddu0 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0px auto;
    max-width: 100vw !important;
    padding: 84px 16px 16px;
}
}

Reviews

No reviews yet.