This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new d636877 [OPENMEETINGS-2378] resize handle is bigger and visible
d636877 is described below
commit d63687722d07697f3b73f637a542595d380ac6bd
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sat Jun 6 13:27:59 2020 +0700
[OPENMEETINGS-2378] resize handle is bigger and visible
---
openmeetings-web/src/main/webapp/css/raw-room.css | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 78cf7af..f80b552 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -509,6 +509,17 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
}
.room-block .room-container .user-video {
display: inline-block !important;
+ overflow: hidden;
+}
+.room-block .room-container .user-video .ui-resizable-se {
+ width: 32px;
+ height: 32px;
+ transform: rotate(-45deg);
+ right: -16px;
+ bottom: -16px;
+ background: repeating-linear-gradient(
+ var(--dark), var(--dark) 3px, transparent 3px, transparent 5px
+ );
}
.room-block .room-container .user-video .header {
height: 20px;