[✨] Added CanResize option to vm, and added info page
This commit is contained in:
parent
ae7e33db72
commit
df2be116a5
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import icon from '../assets/icons/settings.png'
|
import icon from '../assets/icons/info.png'
|
||||||
import { App } from '../types.ts'
|
import { App } from '../types.ts'
|
||||||
import { FlowWindow } from '../wm.ts'
|
import { FlowWindow } from '../wm.ts'
|
||||||
|
|
||||||
|
|
@ -45,12 +45,12 @@ export default class SettingsApp implements App {
|
||||||
.github {
|
.github {
|
||||||
float:right;
|
float:right;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 80px;
|
top: 125px;
|
||||||
}
|
}
|
||||||
.discord {
|
.discord {
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 80px;
|
top: 125px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue