diff --git a/www/static/dergstyle.css b/www/static/dergstyle.css index b95e70e..6051215 100644 --- a/www/static/dergstyle.css +++ b/www/static/dergstyle.css @@ -31,6 +31,13 @@ body { padding-bottom: 4rem; } +@media only screen and (max-width: 600px) { + .hsmol_hide { + display: none !important; + visibility: hidden !important; + } +} + :link { color: var(--highlight_1); font-style: italic; @@ -158,6 +165,11 @@ a:hover { display: flex; flex-direction: row; list-style-type: none; + + overflow-x: scroll; + overflow-y: hidden; + + white-space: nowrap; } #post_file_path a { color: var(--text_1); diff --git a/www/static/directorystyle.css b/www/static/directorystyle.css index 79a8bfc..d762c6f 100644 --- a/www/static/directorystyle.css +++ b/www/static/directorystyle.css @@ -33,11 +33,4 @@ table.directory tr.entry .entry_title { table.directory .entry_update_time { display: block; width: 12rem; -} - -@media only screen and (max-width: 600px) { - table.directory .entry_update_time { - visibility: hidden; - display: none; - } } \ No newline at end of file diff --git a/www/templates/fragments/filepath_bar.html b/www/templates/fragments/filepath_bar.html index 077345c..31b5265 100644 --- a/www/templates/fragments/filepath_bar.html +++ b/www/templates/fragments/filepath_bar.html @@ -8,12 +8,9 @@ {% set split_post = post.post_path |split('/') %} {% for i in range(0, split_post|length - 1) %}