Google Docs tabs sidebar extension to show full tab name
docs.google.com/document/ by ricorna
Details
Authorricorna
LicenseNo License
Categorydocs.google.com/document/
Created
Updated
Code size820 B
Code checksum888715ce
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name docs.google.com/document/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://docs.google.com/document/") {
/* Parent container */
.left-sidebar-container.docs-ui-unprintable.left-sidebar-container-animation.left-sidebar-container-expand-animation {
width: 500px !important;
max-width: 500px !important;
}
/* Child container */
.navigation-widget.navigation-widget-unified-styling.docs-material.navigation-widget-floating-navigation-button.navigation-location-indicator.outline-refresh.navigation-widget-hoverable.navigation-widget-chaptered.left-sidebar-container-content-child {
width: 500px !important;
max-width: 500px !important;
}
}