Page MenuHomePhorge

D2347.1775155500.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D2347.1775155500.diff

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
@@ -1050,9 +1050,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 {
@@ -314,6 +331,10 @@
}
}
+ #meet-component:fullscreen & {
+ background: transparent;
+ }
+
.chat {
flex: 1;
overflow-y: auto;
@@ -342,8 +363,6 @@
color: $secondary;
text-align: right;
}
-
- // TODO: mobile mode
}
#meet-queue {

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 6:45 PM (9 h, 23 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18820331
Default Alt Text
D2347.1775155500.diff (1 KB)

Event Timeline