Skip to content

healsummit.net by s-light

Details

Authors-light

LicenseNo License

Categoryhealsummit.net

Created

Updated

Size499 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for the day-overviews:
scale videos to fill window

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         healsummit.net
@version      20211122.10.55
@namespace    userstyles.world/user/s-light
@description  for the day-overviews:
scale videos to fill window
@author       s-light
@license      No License
==/UserStyle== */

@-moz-document domain("healsummit.net") {
.et_pb_row {
	width: 100% !important;
	max-width: 80vw;
    display:flex;
    flex-direction: column;
}

.et_pb_column {
    margin-right: 0 !important;
}

.et_pb_column_1_2{
    width: 100% !important;
}
}

Reviews

No reviews yet.