mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix unexpected unit remaining
This commit is contained in:
parent
e411ceab5a
commit
c53d92accf
2 changed files with 1 additions and 9 deletions
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
"plugins": [
|
||||
"stylelint-no-browser-hacks/lib",
|
||||
"stylelint-order",
|
||||
"stylelint-config-rational-order/plugin"
|
||||
],
|
||||
"rules": {
|
||||
"at-rule-empty-line-before": [ "always", {
|
||||
|
@ -72,7 +70,6 @@
|
|||
"function-parentheses-newline-inside": "always-multi-line",
|
||||
"function-parentheses-space-inside": "never-single-line",
|
||||
"function-whitespace-after": "always",
|
||||
"indentation": 2,
|
||||
"keyframe-declaration-no-important": true,
|
||||
"length-zero-no-unit": true,
|
||||
"max-empty-lines": 1,
|
||||
|
@ -94,14 +91,9 @@
|
|||
"no-extra-semicolons": true,
|
||||
"no-invalid-double-slash-comments": true,
|
||||
"no-missing-end-of-source-newline": true,
|
||||
"order/properties-order": [],
|
||||
"number-leading-zero": "always",
|
||||
"number-no-trailing-zeros": true,
|
||||
"plugin/no-browser-hacks": true,
|
||||
"plugin/rational-order": [true, {
|
||||
"border-in-box-model": false,
|
||||
"empty-line-between-groups": true,
|
||||
}],
|
||||
"property-case": "lower",
|
||||
"property-no-unknown": [
|
||||
true,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
.itemDetailPage {
|
||||
padding-top: 0em !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.standalonePage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue