diff --git a/web/template/watch.gohtml b/web/template/watch.gohtml
index 422dbb9e4..ff8ef8b04 100644
--- a/web/template/watch.gohtml
+++ b/web/template/watch.gohtml
@@ -76,7 +76,7 @@
+ md:px-2
+ lg:h-16/6 h-16/9 lg:order-none">
{{template "chat-component" .ChatData}}
@@ -413,7 +413,7 @@
{{if .IndexData.TUMLiveContext.User}}
+ class="hidden md:block basis-full h-16/9 lg:h-16/6 px-5 md:px-2 lg:order-none order-4">
{{template "bookmarks-modal" $stream.ID}}
{{end}}
@@ -422,7 +422,7 @@
{{if .IndexData.TUMLiveContext.User}}
+ class="order-4 z-20 basis-full px-5 md:px-2 lg:order-none lg:h-16/6 h-16/9">
{{template "playlist" $stream.ID}}
{{end}}