mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
WIP: docker support v1.5.x, display support version
This commit is contained in:
parent
122a6e3849
commit
9f117ee88f
4
client/demo/dist/index.js
vendored
4
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -36,6 +36,7 @@ const App = () => {
|
|||||||
<div className="body-row split-6-4">
|
<div className="body-row split-6-4">
|
||||||
<div className="body-top-title">
|
<div className="body-top-title">
|
||||||
Voice Changer Setting
|
Voice Changer Setting
|
||||||
|
<span className="body-top-title-version">for v.1.5.x</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="body-top-title-belongings">
|
<div className="body-top-title-belongings">
|
||||||
<div className="belonging-item">
|
<div className="belonging-item">
|
||||||
|
@ -254,6 +254,11 @@ body {
|
|||||||
.body-top-title {
|
.body-top-title {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
.body-top-title-version {
|
||||||
|
margin-left: 2rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
background: linear-gradient(transparent 60%, yellow 30%);
|
||||||
|
}
|
||||||
.body-top-title-belongings {
|
.body-top-title-belongings {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
Loading…
Reference in New Issue
Block a user