[✨] 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 { FlowWindow } from '../wm.ts'
|
||||
|
||||
|
|
@ -45,12 +45,12 @@ export default class SettingsApp implements App {
|
|||
.github {
|
||||
float:right;
|
||||
position: relative;
|
||||
top: 80px;
|
||||
top: 125px;
|
||||
}
|
||||
.discord {
|
||||
float:left;
|
||||
position: relative;
|
||||
top: 80px;
|
||||
top: 125px;
|
||||
}
|
||||
</style>
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue