More styling tweaks
This commit is contained in:
parent
24f80bc18c
commit
033ea46754
@ -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>
|
||||||
|
2
public/css/app.min.css
vendored
2
public/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user