Scroll wrapper for wide specialty table
Styles for Photos Drive embed and featured gallery
Line 807: Line 807:
.rb-wide-table .wikitable {
.rb-wide-table .wikitable {
margin: 0;
margin: 0;
}
/* Photos page: Google Drive album embed */
.drive-folder-embed {
margin: 1em 0 1.5em;
width: 100%;
max-width: 100%;
background: #f8f9fa;
border: 1px solid #c8ccd1;
box-sizing: border-box;
}
.drive-folder-frame {
display: block;
width: 100%;
height: min(75vh, 900px);
min-height: 520px;
border: 0;
background: #fff;
}
.drive-folder-fallback {
margin: 0.75em 1em;
font-size: 95%;
}
.photos-featured {
margin: 0.75em 0 1.25em;
}
}