Skip to content

Commit

Permalink
🎨 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 26, 2023
1 parent 9a221f9 commit 8ab7735
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
],
"*.vue": [
"eslint --fix",
"stylelint --fix",
"prettier --write"
"prettier --write",
"stylelint --fix"
],
"*.css": [
"stylelint --fix",
"prettier --write"
"prettier --write",
"stylelint --fix"
],
"*.{yml,json,md}": [
"prettier --write"
Expand Down
6 changes: 3 additions & 3 deletions src/assets/css/post-parser.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
z-index: -1;
top: 0;
left: 0;
display: flex;
overflow: hidden;
width: 800px;
height: 450px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--common-shadow-2);
overflow: hidden;
border-radius: 10px;
}

:deep(.mys-post-vod-cover) {
Expand Down

0 comments on commit 8ab7735

Please sign in to comment.