diff --git a/public/css/Room.css b/public/css/Room.css index c5d466f0..e69ff7d8 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -1093,18 +1093,32 @@ progress { } .whiteboard-header-title { - display: flex; + display: inline-flex; align-items: center; } .whiteboard-header button { /* padding: 10px; */ - margin: 2px; border-radius: 5px; /* border: var(--border); */ border: none !important; } +.whiteboard-header-options .dropdown { + margin-left: 10px; + float: right; +} + +.whiteboard-header-options .dropdown-menu { + width: 100vw; + padding: 10px; + background: var(--body-bg); +} + +.whiteboard-header-options .dropdown-menu button { + display: inline-flex; +} + .whiteboardColorPicker { -webkit-appearance: none; -moz-appearance: none; diff --git a/public/views/Room.html b/public/views/Room.html index fcf69ce6..2b4ebd11 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -1057,27 +1057,40 @@ access to use this app. - - - - - - - - - - - + + +
+