layout issue

This commit is contained in:
bkfox 2018-07-18 02:36:23 +02:00
parent c059a33077
commit cd5ecf47ae
2 changed files with 1 additions and 4 deletions

View File

@ -617,9 +617,6 @@ class DiffusionPage(Publication):
archive = self.publish_archive, excerpt = True archive = self.publish_archive, excerpt = True
) )
) )
print("--", self.diffusion.get_sounds(
archive = self.publish_archive, excerpt = True
))
return context return context
def save(self, *args, **kwargs): def save(self, *args, **kwargs):

View File

@ -196,7 +196,7 @@ body > .header {
.page > nav { .page > nav {
flex: 1; flex: 1;
width: 20em; width: 50em;
overflow: hidden; overflow: hidden;
max-width: 16em; max-width: 16em;
} }