More styling tweaks
timw4mail/HummingBirdAnimeClient/PR-12 This commit looks good Details

This commit is contained in:
Timothy Warren 2018-11-05 11:22:35 -05:00
parent c4f759e5d8
commit 556e184ce5
3 changed files with 11 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<?php if (count($show_data['streaming_links']) > 0): ?> <?php if (count($show_data['streaming_links']) > 0): ?>
<hr /> <hr />
<h4>Streaming on:</h4> <h4>Streaming on:</h4>
<table class="full-width invisible"> <table class="full-width invisible streaming-links">
<thead> <thead>
<tr> <tr>
<th class="align-left">Service</th> <th class="align-left">Service</th>

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
* { * {
max-width: none !important; max-width: none;
} }
table { table {
@ -45,6 +45,10 @@
width: 100%; width: 100%;
} }
table tbody {
width: 100%;
}
table td { table td {
display: inline-block; display: inline-block;
} }
@ -62,6 +66,10 @@
font-weight: bold; font-weight: bold;
width: 100%; width: 100%;
} }
table.streaming-links tr td:not(:first-child) {
display:none;
}
} }
@media screen and (max-width: 40em) { @media screen and (max-width: 40em) {