Skip to content

Google Classroom Sidebar Right by tanisha-m26

Details

Authortanisha-m26

LicenseNo License

Categorygc

Created

Updated

Code size657 B

Code checksum22ec2461

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ?
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */


/* @name Move Google Classroom Sidebar to Right */
@-moz-document url-prefix("https://classroom.google.com/") { 
    /* Move the left panel (sidebar) to the right */
    .gb_Vd.gb_Xd {  
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
    }

    /* Adjust the main content area to prevent overlap */
    .gb_Ud.gb_Wd {  
        margin-left: 0 !important;
        margin-right: 260px !important; /* Adjust width as needed */
    }
}

Reviews

No reviews yet.