mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +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 = () => {
|
||||
app.layout.toggleCenteredContent(false)
|
||||
|
||||
// make the interface a bit confortable for a video player
|
||||
app.cores.style.applyVariant("dark")
|
||||
|
||||
|
@ -605,6 +605,8 @@ export default class SyncLyrics extends React.Component {
|
||||
app.controls.toggleUIVisibility(false)
|
||||
}
|
||||
|
||||
app.layout.toggleCenteredContent(false)
|
||||
|
||||
app.cores.style.compactMode(true)
|
||||
app.cores.style.applyVariant("dark")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user