Skip to content

Commit

Permalink
微调设置页样式
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed May 21, 2019
1 parent d82d0ad commit 8e69034
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/settings/styles/settings.less
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ nav ul li {
}
}

.avatar img {
border-radius: 4px;
}

footer {
padding-top: 10px;
border-top: 1px solid @dividerColor;
}

#tabs a img {
cursor: pointer;
}

.tab {
margin-bottom: 20px;

Expand All @@ -270,6 +270,16 @@ select {
color: #555;
}

input[type="checkbox"] {
bottom: 1px;

&:checked::before {
background-size: 9px;
background-repeat: no-repeat;
background-position: center;
}
}

@media (max-width: 775px) {
html {
width: 560px;
Expand Down

0 comments on commit 8e69034

Please sign in to comment.