瀏覽代碼

fix(filmstrip) Minor style fixes (#12870)

factor2
Robert Pintilii 2 年之前
父節點
當前提交
6b8afbcceb
沒有連結到貢獻者的電子郵件帳戶。

+ 1
- 1
react/features/connection-indicator/components/web/ConnectionIndicator.tsx 查看文件

@@ -147,7 +147,7 @@ const styles = (theme: Theme) => {
147 147
         },
148 148
 
149 149
         icon: {
150
-            padding: '6px',
150
+            padding: '4px',
151 151
             borderRadius: '4px',
152 152
 
153 153
             '&.status-high': {

+ 1
- 1
react/features/connection-indicator/components/web/ConnectionIndicatorIcon.js 查看文件

@@ -103,7 +103,7 @@ export const ConnectionIndicatorIcon = ({
103 103
         <span className = { emptyIconWrapperClassName }>
104 104
             <Icon
105 105
                 className = { clsx(classes.icon, colorClass) }
106
-                size = { 12 }
106
+                size = { 16 }
107 107
                 src = { IconConnection } />
108 108
         </span>
109 109
     );

+ 1
- 0
react/features/filmstrip/components/web/Filmstrip.tsx 查看文件

@@ -853,6 +853,7 @@ class Filmstrip extends PureComponent <IProps, IState> {
853 853
                     { ...actions }>
854 854
                     <Icon
855 855
                         aria-label = { t('toolbar.accessibilityLabel.toggleFilmstrip') }
856
+                        size = { 24 }
856 857
                         src = { icon } />
857 858
                 </button>
858 859
             </div>

+ 1
- 1
react/features/filmstrip/components/web/Thumbnail.tsx 查看文件

@@ -337,7 +337,7 @@ const defaultStyles = (theme: Theme) => {
337 337
 
338 338
         activeSpeaker: {
339 339
             '& .active-speaker-indicator': {
340
-                boxShadow: `inset 0px 0px 0px 4px ${theme.palette.link01Active} !important`
340
+                boxShadow: `inset 0px 0px 0px 3px ${theme.palette.action01Hover} !important`
341 341
             }
342 342
         },
343 343
 

+ 2
- 2
react/features/filmstrip/components/web/styles.ts 查看文件

@@ -20,7 +20,7 @@ export const styles = (theme: Theme) => {
20 20
             height: '24px',
21 21
             position: 'absolute' as const,
22 22
             borderRadius: '4px',
23
-            top: 'calc(-24px - 3px)',
23
+            top: 'calc(-24px - 2px)',
24 24
             left: 'calc(50% - 16px)',
25 25
             opacity: 0,
26 26
             transition: 'opacity .3s',
@@ -51,7 +51,7 @@ export const styles = (theme: Theme) => {
51 51
 
52 52
         toggleVerticalFilmstripContainer: {
53 53
             transform: 'rotate(-90deg)',
54
-            left: 'calc(-24px - 3px - 4px)',
54
+            left: 'calc(-24px - 2px - 4px)',
55 55
             top: 'calc(50% - 12px)'
56 56
         },
57 57
 

Loading…
取消
儲存