mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 10:34:03 +02:00
feat(css): add csslint ignore
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
var e = $('.popup-overlay');
|
||||
if (e.hasClass('popup-visible')) {
|
||||
e.removeClass('popup-visible');
|
||||
}else{
|
||||
} else {
|
||||
e.addClass('popup-visible');
|
||||
}
|
||||
};
|
||||
|
||||
@@ -56,9 +56,10 @@
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
z-index: 10000;
|
||||
//display:none;
|
||||
transition: all 0.3s ease-out;
|
||||
/* csslint ignore:start */
|
||||
transform: translateX(101%) translateY(0);
|
||||
/* csslint ignore:end */
|
||||
@media (min-width: @screen-sm-min) {
|
||||
min-width: 450px;
|
||||
}
|
||||
@@ -68,7 +69,9 @@
|
||||
}
|
||||
|
||||
.popup-visible {
|
||||
/* csslint ignore:start */
|
||||
transform: translateX(0) translateY(0);
|
||||
/* csslint ignore:end */
|
||||
}
|
||||
|
||||
.bottom-control {
|
||||
|
||||
Reference in New Issue
Block a user