Updated from tootsuite
This commit is contained in:
@@ -1384,8 +1384,8 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@@ -3313,8 +3313,9 @@ button.icon-button.active i.fa-retweet {
|
||||
video {
|
||||
max-width: 80vw;
|
||||
max-height: 80vh;
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.extended-video-player,
|
||||
@@ -3330,6 +3331,10 @@ button.icon-button.active i.fa-retweet {
|
||||
background: url('../images/void.png') repeat;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.react-swipeable-view-container {
|
||||
max-width: 80vw;
|
||||
}
|
||||
}
|
||||
|
||||
.media-modal__close {
|
||||
|
Reference in New Issue
Block a user