Wider side menu.
Monday.com Wider Side Menu by cjandcj
Details
Authorcjandcj
LicenseNo License
CategoryMonday.com
Created
Updated
Size904 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name monday.com - 9/1/2022, 1:47:40 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("monday.com") {
/*Side panel wider*/
.first-level-control-component.is-expanded {
width: 325px;
}
.application .application-layers .first-level .first-level-content-wrapper.first-level-control-pinned {
margin-left: 325px;
}
/*Longer descriptions for automations (not perfect)*/
.automations-store-automation-card-component .automation-card-inner .automation-description-wrapper {
max-width: 800px;
}
/*hide view home and favorites icon because they take up room */
.monday-board-subset-item-v2__left-icon {
display: none;
}
/*longer View names */
.monday-board-subset-item-v2__button {
width: 150px!important;
}
}