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
förälder c4f759e5d8
incheckning 556e184ce5
3 ändrade filer med 11 tillägg och 3 borttagningar

Visa fil

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

File diff suppressed because one or more lines are too long

Visa fil

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