This style overrides the gDocs behavior, where comments shift the document off-center.
Google Docs Document Center Lock by lauraellius
Details
Authorlauraellius
LicenseNo License
Categorydocs.google.com
Created
Updated
Size562 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It simply locks the document field to the center of the screen and pushes the comments field to the left. It's dumb, and will not resize based on the window dimensions. So it only works full screen.
Source code
/* ==UserStyle==
@name docs.google.com - 8/7/2023, 10:13:56 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.kix-rotatingtilemanager-content {
left: 203.5px !important;
padding-top: 11px !important;
width: 1529px !important;
height: 94846px !important;
}
div.kix-discussion-plugin.kix-discussion-plugin-vertical.docs-ui-unprintable {
left: 1315px !important;
}
}