Skip to content

Wide task window / Широкое окно задач by cerberuzzz

Screenshot of Wide task window / Широкое окно задач

Details

Authorcerberuzzz

LicenseNo License

Categorytimetta.com

Created

Updated

Size446 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Expands the task selection window to 85% of the screen area.

Растягивает окно выбора задач до 85% от ширины экрана.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wide task selection window
@version      20231107.19.00
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://app.timetta.com/") {
div.expanding-area.disable-selecting {
	position: fixed;
	width: 75%;
	z-index: 1031;
}

table.table.table-bordered.data > tbody > tr > td {
	height: 80vh !important;
}

div#clients-container,
div#projects-container,
div#tasks-container {
	height: 100% !important;
}
}

Reviews

No reviews yet.