diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 22:31:17 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 22:31:17 +0100 |
commit | c9ad38f4cb11dded664b03b79942b61343815d06 (patch) | |
tree | 2591f5c5c8fc95ff2e1deeb827df10e2a6d25f54 /client/src | |
parent | 45e0d6697c107d77dce73d8e354867dc1959741d (diff) | |
download | PeerTube-c9ad38f4cb11dded664b03b79942b61343815d06.tar.gz PeerTube-c9ad38f4cb11dded664b03b79942b61343815d06.tar.zst PeerTube-c9ad38f4cb11dded664b03b79942b61343815d06.zip |
Declutter interface, hide RSSĀ until hovering section title
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 3c7a4b1fc..9bc05015f 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss | |||
@@ -15,6 +15,11 @@ | |||
15 | top: 1px; | 15 | top: 1px; |
16 | margin-left: 5px; | 16 | margin-left: 5px; |
17 | width: max-content; | 17 | width: max-content; |
18 | opacity: 0; | ||
19 | transition: ease-in .2s opacity; | ||
20 | } | ||
21 | &:hover my-feed { | ||
22 | opacity: 1; | ||
18 | } | 23 | } |
19 | } | 24 | } |
20 | 25 | ||