Michael Guirao
10/09/2024, 9:08 AMVishal Sharma
10/09/2024, 10:04 AMShuvam Manna
10/09/2024, 11:30 AMMichael Guirao
10/09/2024, 12:33 PMSudeep MP
10/09/2024, 6:34 PM.react-grid-layout .grid-item .ant-card-body {
padding-bottom: 54px !important;
}
.react-grid-layout .u-legend {
max-height: 84px;
min-height: 84px;
background: var(--bg-ink-300);
padding: 16px;
text-align: left;
}
Load the Extension in Chrome
1. Open Chrome and go to <chrome://extensions/>
.
2. Enable “`Developer mode`” using the toggle in the top-right corner.
3. Click “`Load unpacked`” and select your extension’s project folder.
4. Your extension should now be installed, and the custom CSS will be applied to all websites.
Attached the proof of concept.Michael Guirao
10/11/2024, 7:54 AMSudeep MP
10/14/2024, 9:25 PM