sometest
This commit is contained in:
parent
46eb120973
commit
cabc36fc7f
3 changed files with 44 additions and 15 deletions
|
@ -12,6 +12,7 @@ const app = new Vue({
|
|||
ipcRenderer: ipcRenderer,
|
||||
cfg: ipcRenderer.sendSync("getStore"),
|
||||
isDev: ipcRenderer.sendSync("is-dev"),
|
||||
clientPort: ipcRenderer.sendSync("get-port"),
|
||||
drawertest: false,
|
||||
platform: "",
|
||||
mk: {},
|
||||
|
|
|
@ -14045,7 +14045,7 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 100px;
|
||||
float: right;
|
||||
}
|
||||
.artist-page .artist-header .animated {
|
||||
width: 100%;
|
||||
|
@ -16444,7 +16444,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 100px;
|
||||
float: right;
|
||||
}
|
||||
.about-page .teamBtn {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue