Skip to content

Commit

Permalink
fix: js
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuie committed Apr 24, 2024
1 parent f2e37e2 commit 3e55a8b
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions v3/js/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: kasuie
* @Date: 2024-04-24 15:35:59
* @LastEditors: kasuie
* @LastEditTime: 2024-04-24 17:29:49
* @LastEditTime: 2024-04-24 17:35:46
* @Description:
*/
let footer = false;
Expand All @@ -13,21 +13,19 @@ const footerStyle = `
padding-top: 0;
bottom: 0;
display: flex !important;
.mio-footer-main {
font-size: 14px;
transition: all 0.3s ease-in-out;
> img {
width: 18px !important;
height: 18px !important;
border-radius: 50%;
}
> a:hover {
text-decoration: underline;
}
}
}
.mio-footer-main {
font-size: 14px;
transition: all 0.3s ease-in-out;
}
.mio-footer-main > img {
width: 18px !important;
height: 18px !important;
border-radius: 50%;
}
.mio-footer-main > a:hover {
text-decoration: underline;
}
`;
const onPatchStyle = (style) => {
Expand Down

0 comments on commit 3e55a8b

Please sign in to comment.