Browse Source

fix(virtual-background): Fix delete virtual background icon position.

j8
tudordan7 4 years ago
parent
commit
6ca61e03fd
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      css/modals/virtual-background/_virtual-background.scss

+ 0
- 3
css/modals/virtual-background/_virtual-background.scss View File

172
     @media (min-width: 432px) and (max-width: 632px) {
172
     @media (min-width: 432px) and (max-width: 632px) {
173
         left: 51px
173
         left: 51px
174
     }
174
     }
175
-    @media (min-width: 432px) {
176
-        left: 51px
177
-    }
178
 }
175
 }
179
 .delete-image-icon:hover {
176
 .delete-image-icon:hover {
180
     display: block;
177
     display: block;

Loading…
Cancel
Save