Skip to content

Commit

Permalink
style(projects): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysmavs committed Oct 30, 2023
1 parent d855c78 commit 6e92e29
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div align="center">
<p>Project OVM is the Windows and macOS client of OVM</p>
<img src="./assets/ovm_showcase.jpg">
<img src="./assets/ovm-screen-dark.png">
</div>

## Features
Expand Down
Binary file added assets/ovm-screen-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/ovm_showcase.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/readme/README-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="94" height="94" style="display: block;" src="./assets/logo.svg">
<img width="94" height="94" style="display: block;" src="./../../assets/logo.svg">
</p>

<div align="center">
Expand All @@ -9,7 +9,7 @@

<div align="center">
<p>OVM 项目是 OVM 的 Windows 和 macOS 客户端。</p>
<img src="./assets/ovm_showcase.jpg">
<img src="../../assets/ovm-screen-dark.png">
</div>

## 特性
Expand Down
2 changes: 1 addition & 1 deletion packages/ovm-web/src/routes/Settings/Settings.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.settings-menu {
height: 100%;
height: calc(100vh - 50px);
padding: 8px;
}

Expand Down
4 changes: 2 additions & 2 deletions packages/ovm-web/src/routes/Settings/Upgrade/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Upgrade = () => {
<div className={styles["about-img-box"]}>
<img src={logo} />
</div>
<div className={styles["about-name"]}>OOMOL STUDIO</div>
<div className={styles["about-name"]}>OVM</div>
<div className={styles["about-update"]}>
<div className={styles.version}>
<span>{t("settings.version")}</span>: {upgradeData.version}
Expand All @@ -66,7 +66,7 @@ export const Upgrade = () => {
</Checkbox>
</div>
<div className={styles.title}>
<span>{t("settings.version-about")}</span> OOMOL STUDIO
<span>{t("settings.version-about")}</span> OVM
<span> {upgradeData.version}</span>
</div>
<div className={styles.link}>
Expand Down
52 changes: 8 additions & 44 deletions packages/ovm-web/src/routes/Settings/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e92e29

Please sign in to comment.