diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-20 14:38:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-20 14:38:57 +0100 |
commit | da2516fde1ad8f049c99ba5fd98c37425f379199 (patch) | |
tree | 6509996fb63c7f633822b863a688e5543291f87f /client | |
parent | 07098c33df3f5e00c2a150d3025abb779d0edb6c (diff) | |
download | PeerTube-da2516fde1ad8f049c99ba5fd98c37425f379199.tar.gz PeerTube-da2516fde1ad8f049c99ba5fd98c37425f379199.tar.zst PeerTube-da2516fde1ad8f049c99ba5fd98c37425f379199.zip |
Fix playlist update element dropdown ux
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss | 42 |
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 | } |