Skip to content

Commit

Permalink
Split CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 23, 2024
1 parent f5d29b8 commit 8dd1588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/PlayingList.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.video-playlist {
width: 100%;
height: 30rem;
}

.video-playlist .title {
padding-left: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion src/components/PlayingVideo.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.playingVideo, .video-playlist {
.playingVideo {
width: 100%;
height: 30rem;
}
Expand Down

0 comments on commit 8dd1588

Please sign in to comment.