Skip to content

lms.synergy.ru fix by f0xss

Details

Authorf0xss

LicenseNo License

Categorylms.synergy.ru

Created

Updated

Code size465 B

Code checksumbacc9b3b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

убирает некоторые косяки например возвращает крестик закрития попапа

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           lms.synergy.ru - 09.02.2023, 20:11:10
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("lms.synergy.ru") {
    /* Место для CSS кода... */
	.headnotify > ul li > a.close {
    position: fixed;
    right: 0;
    margin-top: -30px;
}
	.headnotify.clearfix {
    display: none;
}
	.banner {
    display: none;
}
}

Reviews

No reviews yet.