- Avoids wasted space on the sides of the screen in Zerodha's Kite.
- Useful to monitor a large chart with the Market-watch and Market-depth widget on the left.
Widescreen Kite on Zerodha by thecodeartist
Details
Authorthecodeartist
LicenseNo License
Categorykite.zerodha.com
Created
Updated
Size666 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 Widescreen Kite on Zerodha
@version 20230206.07.45
@namespace userstyles.world/user/thecodeartist
@description - Avoids wasted space on the sides of the screen in Zerodha's Kite.
- Useful to monitor a large chart with the Market-watch and Market-depth widget on the left.
@author thecodeartist
@license No License
==/UserStyle== */
@-moz-document domain("kite.zerodha.com") {
.app .wrapper,
.app .container .container-right {
max-width: 100% !important;
}
.app .container .container-left,
.app .container .container-left .marketwatch-wrap {
min-width: 430px !important;
max-width: 30% !important;
}
}