убирает некоторые косяки например возвращает крестик закрития попапа
lms.synergy.ru fix by f0xss
Details
Authorf0xss
LicenseNo License
Categorylms.synergy.ru
Created
Updated
Size465 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 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;
}
}