mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
toggle centered content to false
This commit is contained in:
parent
f324123f9a
commit
9dc16e86b0
@ -252,6 +252,8 @@ export default class StreamViewer extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enterPlayerAnimation = () => {
|
enterPlayerAnimation = () => {
|
||||||
|
app.layout.toggleCenteredContent(false)
|
||||||
|
|
||||||
// make the interface a bit confortable for a video player
|
// make the interface a bit confortable for a video player
|
||||||
app.cores.style.applyVariant("dark")
|
app.cores.style.applyVariant("dark")
|
||||||
|
|
||||||
|
@ -605,6 +605,8 @@ export default class SyncLyrics extends React.Component {
|
|||||||
app.controls.toggleUIVisibility(false)
|
app.controls.toggleUIVisibility(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.layout.toggleCenteredContent(false)
|
||||||
|
|
||||||
app.cores.style.compactMode(true)
|
app.cores.style.compactMode(true)
|
||||||
app.cores.style.applyVariant("dark")
|
app.cores.style.applyVariant("dark")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user