diff --git a/public/css/Room.css b/public/css/Room.css index 1b5f0776..8df86508 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -1084,7 +1084,6 @@ progress { .whiteboard-header { display: flex; - justify-content: space-between; background: rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 10px; @@ -1095,6 +1094,7 @@ progress { .whiteboard-header-title { display: inline-flex; align-items: center; + float: right; } .whiteboard-header button { @@ -1104,6 +1104,11 @@ progress { border: none !important; } +.whiteboard-header-options { + position: absolute; + right: 20px; +} + .whiteboard-header-options .dropdown { margin-left: 10px; float: right;