Enlarges the sheet view window and some other menus.
GSheets Max by pasharm
Details
Authorpasharm
LicenseNo License
CategoryGoogle Sheets
Created
Updated
Size743 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Enlarges the sheet view window and some other menus.
Source code
/* ==UserStyle==
@name GSheets Max
@namespace example.com
@version 1.1.0
@description Enlarges the sheet view window and some other menus.
@author pasharm
==/UserStyle== */
@-moz-document domain("docs.google.com") {
/* Перемещение файла */
.picker-iframe.picker-minew .picker-min-frame-up {
height: 611px !important;
}
.ee-he .ee-eb-Kc {
height: 500px !important;
}
/* Фильтр, выпадающий список */
.waffle-filterbox-content {
height: auto;
max-height: 300px;
}
/* Списки */
div.goog-menu.goog-menu-vertical.goog-menu-noaccel.apps-menu-hide-mnemonics {
height: auto !important;
max-height: 80%;
}
}