Increases max-width of the sidebar's
Bigger loop sidebar by Lasse-BeCause

Details
AuthorLasse-BeCause
LicenseNo License
Categoryloop.cloud.microsoft.com
Created
Updated
Code size376 B
Code checksum4821c9f1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bigger loop sidebar
@version 20250326.11.03
@namespace ?
@description Increases max-width of the sidebar's <aside> element and the #Sidebar.
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://loop.cloud.microsoft/p/") {
aside {
max-width: 600px !important;
}
#Sidebar {
width: 420px !important;
}
}