Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117788244
D2347.1775254443.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D2347.1775254443.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
@@ -1061,9 +1061,7 @@
wrapper.on('fullscreenchange', () => {
// const enabled = document.fullscreenElement
- wrapper.find('.link-fullscreen.closed').toggleClass('hidden')
- wrapper.find('.link-fullscreen.open').toggleClass('hidden')
- wrapper.toggleClass('fullscreen')
+ wrapper.find('.link-fullscreen').toggleClass('hidden')
})
}
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
@@ -71,7 +71,7 @@
background: none;
}
- &.fullscreen {
+ &:fullscreen {
video {
// We don't want the video to be cut in fullscreen
// This will preserve the aspect ratio of the video stream
@@ -230,6 +230,19 @@
width: 1em;
}
}
+
+ #meet-component:fullscreen & {
+ background: transparent;
+
+ button {
+ color: $main-color;
+
+ &.on:not(:disabled) {
+ background: $main-color;
+ color: #000;
+ }
+ }
+ }
}
#meet-session-logo {
@@ -244,6 +257,10 @@
height: 1.25em;
padding: 0 1em 0 1.5em;
}
+
+ #meet-component:fullscreen & {
+ background: transparent;
+ }
}
#meet-session-layout {
@@ -320,6 +337,10 @@
}
}
+ #meet-component:fullscreen & {
+ background: transparent;
+ }
+
.chat {
flex: 1;
overflow-y: auto;
@@ -348,8 +369,6 @@
color: $secondary;
text-align: right;
}
-
- // TODO: mobile mode
}
#meet-queue {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 10:14 PM (9 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826984
Default Alt Text
D2347.1775254443.diff (1 KB)
Attached To
Mode
D2347: Meet: Dark toolbar in fullscreen mode
Attached
Detach File
Event Timeline