event_list.html: hide title on small screens

This commit is contained in:
Milan
2020-05-23 23:52:17 +02:00
parent e4eb6db1b8
commit 11f7609f32
2 changed files with 17 additions and 1 deletions

View File

@@ -248,6 +248,20 @@ a {
display: none;
}
}
@media all and (max-width: 600px) {
#calcms_list .excerpt {
width: 0;
display: none;
}
#calcms_list .location {
width: 0;
display: none;
}
#calcms_list .subtitle {
width: 0;
display: none;
}
}
#calcms_list .event.running:hover {
opacity: 0.9;

View File

@@ -32,7 +32,9 @@
<span class="summary" title="Mehr Infos zur Sendung">
<a href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>">
<span class="title"><TMPL_VAR full_title></span>
<span class="title"><TMPL_VAR skey></span>
<span class="subtitle"><TMPL_VAR stkey><TMPL_VAR tkey></span>
<span class="episode"><TMPL_VAR ekey></span>
</a>
<div class="excerpt"><TMPL_VAR excerpt> <TMPL_VAR user_excerpt> </div>