Ändert die Breite von Kalendern in der Planungsansicht von Fortytools auf automatisch, um die gesamte Breite von Fenstern/Monitoren auszunutzen.
Fortytools - Planung Automatische Breite by 2Crazy4Nick
Details
Author2Crazy4Nick
LicenseNo License
Categoryapp.fortytools.com
Created
Updated
Size410 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 app.fortytools.com/fischbach-gmbh-mandant-1/plannings
@version 20241108.09.33
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://app.fortytools.com/.*/plannings.*"), regexp("https://app.fortytools.com/.*/bookings/calendar.*"), regexp("https://app.fortytools.com/.*/absences.*") {
@media(min-width: 500px) {
.container {
width: auto !important;
}
}
}