projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bedf0e6
)
Fix displaying more dropdown on touchscreen
author
kimsible
<kimsible@users.noreply.github.com>
Tue, 28 Apr 2020 21:24:07 +0000
(23:24 +0200)
committer
Chocobozzz
<chocobozzz@cpy.re>
Mon, 11 May 2020 09:11:06 +0000
(11:11 +0200)
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
patch
|
blob
|
history
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
index a4ca0f45daba6b9844231008cbce5680a8e07521..d47810566a55fd577165cc73c60d52d634dcb3ce 100644
(file)
--- a/
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
+++ b/
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
@@
-48,3
+48,11
@@
margin-top: -$sub-menu-margin-bottom-small-view;
}
}
+
+@media not all and (hover: hover) and (pointer: fine) {
+ .video {
+ .more {
+ opacity: 1;
+ }
+ }
+}
diff --git
a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
index 4fba2344b96383c8215c9e50990c5dd765b1355b..4680732bea70dadfa565529bc57e344a85cf5e6f 100644
(file)
--- a/
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
+++ b/
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
@@
-36,6
+36,12
@@
my-video-thumbnail,
}
}
+ @media not all and (hover: hover) and (pointer: fine) {
+ .more {
+ opacity: 1 !important;
+ }
+ }
+
&.playing {
background-color: rgba(0, 0, 0, 0.02);
}