浏览代码

Adjustments in filmstrip section

master
Ilya Daynatovich 9 年前
父节点
当前提交
bbbd01b26c
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3
    3
      css/_filmstrip.scss
  2. 1
    1
      css/_toastr.scss

+ 3
- 3
css/_filmstrip.scss 查看文件

@@ -9,7 +9,7 @@
9 9
     position: absolute;
10 10
     bottom: 0;
11 11
     right: 0;
12
-    padding: 10px 10px 17px 5px;
12
+    padding: 10px 5px;
13 13
     @extend %align-right;
14 14
 
15 15
     &__toolbar {
@@ -18,7 +18,7 @@
18 18
         flex-wrap: nowrap;
19 19
         position: relative;
20 20
         z-index: 1;                     // Set z-index to make element visible
21
-        width: 20px;
21
+        width: 17px;
22 22
 
23 23
         button {
24 24
             font-size: 14px;
@@ -29,7 +29,7 @@
29 29
             height: auto;
30 30
             width: 100%;
31 31
             padding: 0;
32
-            margin: 0 1px;
32
+            margin: 0;
33 33
             border: none;
34 34
             outline: none;
35 35
 

+ 1
- 1
css/_toastr.scss 查看文件

@@ -93,7 +93,7 @@
93 93
 
94 94
 #toast-container.notification-bottom-right {
95 95
   bottom: 135px;
96
-  right: 13px;
96
+  right: 28px;
97 97
 }
98 98
 
99 99
 #toast-container * {

正在加载...
取消
保存