fix full-width embeds and light theme embeds

This commit is contained in:
nightpool 2018-11-18 18:35:42 -05:00 committed by chr
parent 5a4ab172e1
commit 631d141ad0
2 changed files with 14 additions and 17 deletions

View File

@ -17,10 +17,8 @@ $action-button-color: $icon-button-inactive-color;
$about-page-text: $primary-text-color;
@import 'application';
@import 'cybre-base';
$gold-star: #dd9d08;
/* cybre-specific additions */
@ -265,6 +263,10 @@ $gold-star: #dd9d08;
}
}
.status-card, .status-card.compact {
border-color: $ui-highlight-color;
}
// selectivity -- needs to override .column-header > button
.column-header .column-header__back-button {
background: $header-color;

View File

@ -1,16 +1,14 @@
/* Use 100% of the viewport width always*/
.detailed-status > .media-spoiler,
.status > .media-spoiler,
.status .video-player,
.media-gallery,
.status .status-card {
.status .status-card.interactive {
margin-top: 20px;
margin-left: -68px;
width: calc(100% + 80px);
}
/* Unset max-width for spoilers and the video player */
.detailed-status > .media-spoiler,
.status > .media-spoiler,
.video-player {
@ -25,14 +23,11 @@
margin-top: 40px;
}
/* Undo transforms on videos inside the video player */
.status__video-player-video {
transform: unset;
top: unset;
}
/* Adjust offset and width for detail view */
.detailed-status .media-gallery {
margin-left: -10px;
width: calc(100% + 22px);