"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7309/css/premeeting/_prejoin-third-party.scss" (31 May 2023, 659 Bytes) of package /linux/misc/jitsi-meet-7309.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Sass/SCSS source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "_prejoin-third-party.scss": jitsi-meet_8319_vs_jitsi-meet_8615.

    1 $sidePanelWidth: 300px;
    2 
    3 .prejoin-third-party {
    4   flex-direction: column-reverse;
    5   z-index: auto;
    6   align-items: center;
    7 
    8   .content {
    9       height: auto;
   10       margin: 0 auto;
   11       width: auto;
   12 
   13       .new-toolbox {
   14           width: auto;
   15       }
   16   }
   17 
   18   #preview {
   19       background-color: transparent;
   20       bottom: 0;
   21       left: 0;
   22       position: absolute;
   23       right: 0;
   24       top: 0;
   25 
   26       .avatar {
   27           display: none;
   28       }
   29   }
   30 
   31   &.splash {
   32       .content {
   33           margin-left: calc((100% - #{$prejoinDefaultContentWidth} + #{$sidePanelWidth}) / 2)
   34       }
   35   }
   36 
   37   &.guest {
   38       .content {
   39           margin-bottom: auto;
   40       }
   41   }
   42 }