Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117746587
D2335.1775173530.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
D2335.1775173530.diff
View Options
diff --git a/src/resources/js/meet/app.js b/src/resources/js/meet/app.js
--- a/src/resources/js/meet/app.js
+++ b/src/resources/js/meet/app.js
@@ -1271,7 +1271,7 @@
let nickname = element.find('.meet-nickname')
.addClass('btn btn-outline-' + (params.isSelf ? 'primary' : 'secondary'))
.attr({title: 'Options', 'data-toggle': 'dropdown'})
- .dropdown({boundary: container})
+ .dropdown({boundary: container.parentNode})
if (params.isSelf) {
// Add events for nickname change
diff --git a/src/resources/themes/meet.scss b/src/resources/themes/meet.scss
--- a/src/resources/themes/meet.scss
+++ b/src/resources/themes/meet.scss
@@ -194,7 +194,7 @@
}
#meet-session-menu {
- background: #f6f5f3;
+ background: $menu-bg-color;
border-radius: 0 2em 2em 0;
margin: 0.25em 0;
padding-right: 0.5em;
@@ -307,7 +307,7 @@
width: 0;
display: none;
flex-direction: column;
- background: $body-bg;
+ background: $menu-bg-color;
padding-top: 0.25em;
&.open {
@@ -331,6 +331,7 @@
padding: 0.25em 0.5em;
border-radius: 1em;
background: #fff;
+ border: 1px solid #e9e7e2;
overflow-wrap: break-word;
&.self {
@@ -451,41 +452,65 @@
}
}
-@include media-breakpoint-down(sm) {
- #meet-session-logo {
- display: none;
- }
-
+@include media-breakpoint-down(xs) {
#meet-session-menu {
- background: transparent;
+ white-space: nowrap;
+ margin: 0;
+ margin-top: 1.25em;
+ border-radius: 0;
+ padding: 0;
+ background: none;
+
+ button {
+ margin: 0.25em;
+ }
+
+ // .link-screen,
+ .link-fullscreen {
+ display: none;
+ }
}
- #app.meet {
- #footer-menu {
- display: block !important;
- height: 2em;
- padding: 0;
+ #meet-session-logo {
+ background: none;
+ position: absolute;
+ left: 0;
- .navbar-brand {
- padding: 0;
- margin: 0;
- }
+ img {
+ height: 0.8em;
+ padding: 0 0.25em;
+ }
+ }
- img {
- width: auto !important;
- height: 1em;
- }
+ #meet-counter {
+ text-align: right;
+ right: 0;
+ padding: 0 0.25em;
+ font-size: 0.9em;
+ background: $menu-bg-color;
+
+ svg {
+ font-size: 1.1em;
+ vertical-align: -0.125em;
}
}
-}
-@include media-breakpoint-down(xs) {
#meet-setup {
.card-title {
text-align: center;
}
}
+ #meet-queue {
+ width: 100px;
+
+ .dropdown {
+ animation: none !important;
+ transition: none;
+ top: 0;
+ }
+ }
+
.media-setup-preview {
// Fix video element size in Safari/iOS
display: block;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 11:45 PM (5 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821549
Default Alt Text
D2335.1775173530.diff (2 KB)
Attached To
Mode
D2335: Meet: Various fixes for mobile
Attached
Detach File
Event Timeline