fixed issue that embedded videos were not aligned to the left
authorMarcel Werk <burntime@woltlab.com>
Tue, 28 Jan 2020 12:00:11 +0000 (13:00 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 28 Jan 2020 12:00:11 +0000 (13:00 +0100)
wcfsetup/install/files/style/bbcode/video.scss

index 3780b48090d034b903c1461e0fa06a95e570d094..9ac49253a981b94f14f29a10e58f834e32fe3e5b 100644 (file)
@@ -3,6 +3,7 @@
        overflow: hidden;
        padding-bottom: 56.25%; /* 9 / 16 */
        position: relative;
+       text-align: left;
        
        iframe {
                height: 100%;