Skip to content

undertheradar.co.nz by timgummer

Details

Authortimgummer

LicenseNo License

Categoryundertheradar.co.nz

Created

Updated

Size705 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         undertheradar.co.nz
@version      20220521.09.08
@namespace    userstyles.world/user/timgummer
@description  giig guide in grid view

used in association with changing url limit up to say 100
https://www.undertheradar.co.nz/utr/gig_guide/auckland&limit=100 




@author       timgummer
@license      No License
==/UserStyle== */

@-moz-document domain("undertheradar.co.nz") {
/*display grid view of utr gig guide
uses in association with changing url limit up to say 100
https://www.undertheradar.co.nz/utr/gig_guide/auckland&limit=100 */

#gig-1 {
	display:grid;
	gap: 2em;
	grid-template-columns: 1fr 1fr 1fr;
}
#gig-1 .pull-right {
	display:none!important;
}
		
}

Reviews

No reviews yet.