Skip to content

Commit

Permalink
优化资源管理器界面细节
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Jan 2, 2019
1 parent a4d48ce commit c6463d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion manager/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ h1 {
height: 28px;
width: 48px;
content: '×';
color: var(--white-text);
color: var(--title-text);
font-weight: 300;
background-color: #f000;
-webkit-transition: background-color var(--animation-time) var(--ease-in-out);
Expand All @@ -116,6 +116,7 @@ h1 {
}
.close-btn:hover::before {
background-color: #f12f;
color: var(--white-text);
}
.close-btn.darwin::before {
cursor: pointer;
Expand Down Expand Up @@ -265,6 +266,7 @@ h1 {
color: var(--bold-text);
font-size: 14px;
line-height: 14px;
max-width: calc(100% - 20px - 144px);
}
.main-context > section > div.info-cards > article > p {
padding-left: 20px;
Expand Down
4 changes: 3 additions & 1 deletion manager/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ h1 {
height: 28px;
width: 48px;
content: '×';
color: var(--white-text);
color: var(--title-text);
font-weight: 300;
background-color: #f000;
transition: background-color var(--animation-time) var(--ease-in-out);
Expand All @@ -118,6 +118,7 @@ h1 {
}
&:hover::before {
background-color: #f12f;
color: var(--white-text);
}
&.darwin {
&::before {
Expand Down Expand Up @@ -262,6 +263,7 @@ h1 {
color: var(--bold-text);
font-size: 14px;
line-height: 14px;
max-width: calc(100% - 20px - 144px);
}
& > p {
padding-left: 20px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "majsoul-plus-client",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6463d4

Please sign in to comment.