Skip to content

Cryptotradr Resizr 4 Dextools by trabaja-ovahness

Screenshot of Cryptotradr Resizr 4 Dextools

Details

Authortrabaja-ovahness

LicenseMIT

Categorywww.dextools.io/app

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CryptotradR ResizR 4 Dextools modifies the default CSS styling to increase the size of the TradingView graph on www.dextools.io to 60 vh or viewport height. This means the the graph will have a height that is 60% of your viewport or browser window, even when the viewport is resized.

Notes

For maximum size, collapse the "Favorites" panel by clicking on the gray-colored "★ Hide Favorites" tab. This will increase the width of the TradingView graph.

Source code

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

@author         trabaja_ovahness
@description    CryptotradR ResizR 4 Dextools modifies the default CSS styling to increase the size of the TradingView graph on www.dextools.io to 60 vh.

==/UserStyle== */

@-moz-document domain("dextools.io") {
#tradingview iframe {
    height: 59vh !important;
}

.chart-page .chart-container {
    position: relative;
    contain: strict;
    height: 100vh !important;
}

.card.tradingview {
    position: relative;
    padding: 0 2px 2px 0!important;
    border-radius: 6px;
    overflow: hidden;
    height: 60vh !important;
}

.chart-gui-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 70vh !important;
    max-height: 100vh !important;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    direction: ltr;
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        min-height: 60vh !important;
    }
}
}

Reviews

No reviews yet.