view sat_templates/templates/bulma/photo/slideshow.html @ 372:a603cf0fa5d1

bulma (call): add a button for screen sharing: - add a button for screen sharing, only on desktop - split `muted` state to `inactive` and `muted` where `muted` is only about the color - use the `inactive` state with an other color (in `screen-off` class) to indicate when screen is not shared rel 432
author Goffi <goffi@goffi.org>
date Mon, 14 Aug 2023 16:31:46 +0200
parents 9731b71ffa53
children
line wrap: on
line source

<div class="slideshow">
    <button class="delete is-large click_to_close slideshow_control"></button>
    <div class="click_to_comment slideshow_control">
        <span class='comments__count'></span>
        <i class="icon-comment-empty is-size-3"></i>
    </div>
    <div class="swiper-container">
        <div class="swiper-wrapper"></div>
        <div class="swiper-pagination slideshow_control"></div>
        <div class="swiper-button-prev slideshow_control"></div>
        <div class="swiper-button-next slideshow_control"></div>
        <div class="swiper-scrollbar slideshow_control"></div>
    </div>
</div>