| 5083 | background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); | 5083 | background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); |
| 5084 | } | 5084 | } |
| 5085 | | 5085 | |
| | 5086 | /* Pass-through pointer events to the swipe buttons only */ |
| | 5087 | .mes .mes_video_container .mes_img_swipes { |
| | 5088 | pointer-events: none; |
| | 5089 | } |
| | 5090 | |
| | 5091 | .mes .mes_video_container .mes_img_swipes :is(.mes_img_swipe_left, .mes_img_swipe_right) { |
| | 5092 | pointer-events: auto; |
| | 5093 | } |
| | 5094 | |
| 5086 | .mes_img_swipes .right_menu_button, | 5095 | .mes_img_swipes .right_menu_button, |
| 5087 | .mes_img_controls .right_menu_button, | 5096 | .mes_img_controls .right_menu_button, |
| 5088 | .mes_video_controls .right_menu_button { | 5097 | .mes_video_controls .right_menu_button { |