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": [
|
"plugins": [
|
||||||
"stylelint-no-browser-hacks/lib",
|
"stylelint-no-browser-hacks/lib",
|
||||||
"stylelint-order",
|
|
||||||
"stylelint-config-rational-order/plugin"
|
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-empty-line-before": [ "always", {
|
"at-rule-empty-line-before": [ "always", {
|
||||||
|
@ -72,7 +70,6 @@
|
||||||
"function-parentheses-newline-inside": "always-multi-line",
|
"function-parentheses-newline-inside": "always-multi-line",
|
||||||
"function-parentheses-space-inside": "never-single-line",
|
"function-parentheses-space-inside": "never-single-line",
|
||||||
"function-whitespace-after": "always",
|
"function-whitespace-after": "always",
|
||||||
"indentation": 2,
|
|
||||||
"keyframe-declaration-no-important": true,
|
"keyframe-declaration-no-important": true,
|
||||||
"length-zero-no-unit": true,
|
"length-zero-no-unit": true,
|
||||||
"max-empty-lines": 1,
|
"max-empty-lines": 1,
|
||||||
|
@ -94,14 +91,9 @@
|
||||||
"no-extra-semicolons": true,
|
"no-extra-semicolons": true,
|
||||||
"no-invalid-double-slash-comments": true,
|
"no-invalid-double-slash-comments": true,
|
||||||
"no-missing-end-of-source-newline": true,
|
"no-missing-end-of-source-newline": true,
|
||||||
"order/properties-order": [],
|
|
||||||
"number-leading-zero": "always",
|
"number-leading-zero": "always",
|
||||||
"number-no-trailing-zeros": true,
|
"number-no-trailing-zeros": true,
|
||||||
"plugin/no-browser-hacks": true,
|
"plugin/no-browser-hacks": true,
|
||||||
"plugin/rational-order": [true, {
|
|
||||||
"border-in-box-model": false,
|
|
||||||
"empty-line-between-groups": true,
|
|
||||||
}],
|
|
||||||
"property-case": "lower",
|
"property-case": "lower",
|
||||||
"property-no-unknown": [
|
"property-no-unknown": [
|
||||||
true,
|
true,
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailPage {
|
.itemDetailPage {
|
||||||
padding-top: 0em !important;
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.standalonePage {
|
.standalonePage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue