Unbreak the design from my last commit
This commit is contained in:
parent
505d6fbc57
commit
980e2ad767
|
@ -13,6 +13,7 @@
|
|||
<iframe id="schedule_iframe" height="400px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="tab-2" class="about_us tab_content">
|
||||
<h1><?php echo $this->stationName ?></h1>
|
||||
<p><?php echo $this->stationDescription ?></p>
|
||||
|
|
|
@ -70,6 +70,7 @@ body {
|
|||
background: rgba(53, 53, 53, 0.9);
|
||||
max-height: 0px;
|
||||
transition: max-height 2s ease;
|
||||
height: 290px;
|
||||
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
@ -78,6 +79,7 @@ body {
|
|||
}
|
||||
|
||||
.schedule.current .schedule_content {
|
||||
max-height: 290px;
|
||||
}
|
||||
|
||||
.tab_content.current ul {
|
||||
|
|
Loading…
Reference in New Issue