Skip to content

Commit

Permalink
UI优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Dec 22, 2023
1 parent 4ee0fb0 commit e3c207a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div style="width: fit-content;float: left;">
<div class="icon">
<svg t="1702892592527" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
p-id="4460" width="200" height="200" data-spm-anchor-id="a313x.search_index.0.i9.1e343a81LSbmza">
p-id="4460" data-spm-anchor-id="a313x.search_index.0.i9.1e343a81LSbmza">
<path
d="M568.96 459.242667l144-189.205334A382.208 382.208 0 0 0 512 213.333333c-212.074667 0-384 171.925333-384 384a382.293333 382.293333 0 0 0 93.397333 251.008l-64.554666 55.808A467.584 467.584 0 0 1 42.666667 597.333333C42.666667 338.133333 252.8 128 512 128c93.098667 0 179.861333 27.093333 252.842667 73.856l75.882666-99.690667 67.541334 51.413334-273.28 359.04a149.333333 149.333333 0 1 1-66.048-53.376z m266.453333-69.056l54.357334-71.424A467.242667 467.242667 0 0 1 981.333333 597.333333c0 113.706667-40.64 221.226667-113.237333 305.728l-64.725333-55.616A382.272 382.272 0 0 0 896 597.333333c0-76.288-22.250667-147.370667-60.586667-207.146666zM512 661.333333a64 64 0 1 0 0-128 64 64 0 0 0 0 128z"
fill="#ffffff" p-id="4461"></path>
Expand Down Expand Up @@ -83,8 +83,8 @@ document.addEventListener("visibilitychange", function () {
border-radius: 20%;
}
.icon svg {
width: 80%;
margin-left: 10%;
width: 30px;
margin-left: 5px;
}
@media (prefers-color-scheme: dark) {
.header {
Expand Down

0 comments on commit e3c207a

Please sign in to comment.