Convenient board size
tradernet.ru by snisar
Details
Authorsnisar
LicenseNo License
Categorytradernet.ru
Created
Updated
Size832 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tradernet.ru
@version 20220615.19.02
@namespace userstyles.world/user/snisar
@description Convenient board size
@author snisar
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://tradernet.ua/terminal/") {
/* --- tiket ---*/
#quotesGridWrapper #grid .jnt-unscrollable-header .jnt-grid-header .js-remove-all-tickers-from-list {
pointer-events: none;
}
#quotesGridWrapper #grid .jnt-scrollable-body {
min-height: 750px;
max-height: 800px;
}
/* --- info ---*/
#quotesToolsWrapper .quotes-tools-content{
min-height: 800px;
max-height: 800px;
}
#quotesToolsWrapper .quotes-tools-content #gridInfo{
height: 100%;
}
/* --- order ---*/
#quotesToolsWrapper + div .tm-trading-panel-wrapper {
min-height: 800px;
max-height: 800px;
}
}