Skip to content

Commit

Permalink
SteamNews: Fix YouTube videos not using all available width in News w…
Browse files Browse the repository at this point in the history
…indow
  • Loading branch information
darklinkpower committed Sep 3, 2023
1 parent f20ea1c commit ff52545
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ private void OpenNewsOnCompactView()
img {{
max-width: 100%;
}}
iframe {{
width: 90vw;
height: calc(90vw/1.77);
}}
img.sharedFilePreviewYouTubeVideo.sizeFull {{
display: none;
}}
</style>
</head>
<body>
Expand Down

0 comments on commit ff52545

Please sign in to comment.