aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss42
1 files changed, 26 insertions, 16 deletions
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss
index 082a5d9b2..572f7d7a8 100644
--- a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss
+++ b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss
@@ -121,27 +121,37 @@ my-video-thumbnail,
121 border: none; 121 border: none;
122 } 122 }
123 } 123 }
124 }
125}
124 126
125 .dropdown-item { 127.dropdown-menu {
126 @include dropdown-with-icon-item;
127 }
128 128
129 .timestamp-options { 129 .dropdown-item {
130 padding-top: 0; 130 @include dropdown-with-icon-item;
131 padding-left: 35px;
132 margin-bottom: 15px;
133 131
134 > div { 132 cursor: pointer;
135 display: flex; 133 }
136 align-items: center;
137 }
138 134
139 input { 135 .timestamp-options {
140 @include peertube-button; 136 padding-top: 0;
141 @include orange-button; 137 padding-left: 35px;
138 margin-bottom: 15px;
142 139
143 margin-top: 10px; 140 > div {
144 } 141 display: flex;
142 align-items: center;
143 margin-bottom: 5px;
144 }
145
146 my-peertube-checkbox {
147 margin-right: 5px;
148 }
149
150 input {
151 @include peertube-button;
152 @include orange-button;
153
154 margin-top: 10px;
145 } 155 }
146 } 156 }
147} 157}