diff --git a/README.md b/README.md index 71db26e1..2a0afc6e 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ We're looking for ways to clean-up the plugin system so that all of them (except # Images ![Shadow Theme](https://github.com/Azareal/Gosora/blob/master/images/shadow.png) +![Shadow Quick Topic](https://github.com/Azareal/Gosora/blob/master/images/quick-topics.png) + ![Tempra Simple Theme](https://github.com/Azareal/Gosora/blob/master/images/tempra-simple.png) ![Tempra Simple Topic List](https://github.com/Azareal/Gosora/blob/master/images/topic-list.png) @@ -154,8 +156,6 @@ We're looking for ways to clean-up the plugin system so that all of them (except ![Tempra Conflux Mobile](https://github.com/Azareal/Gosora/blob/master/images/tempra-conflux-mobile-320px.png) -![Tempra Conflux Mobile](https://github.com/Azareal/Gosora/blob/master/images/tempra-conflux-control-panel.png) - More images in the /images/ folder. Beware though, some of them are *really* outdated. # Dependencies diff --git a/images/tempra-conflux-mobile-320px.png b/images/tempra-conflux-mobile-320px.png index 57fcfad4..72fee0cf 100644 Binary files a/images/tempra-conflux-mobile-320px.png and b/images/tempra-conflux-mobile-320px.png differ diff --git a/images/topic-list.png b/images/topic-list.png index f44282c5..81fb13ef 100644 Binary files a/images/topic-list.png and b/images/topic-list.png differ diff --git a/themes/tempra-conflux/public/media.partial.css b/themes/tempra-conflux/public/media.partial.css index 0669e01b..c1f2a50f 100644 --- a/themes/tempra-conflux/public/media.partial.css +++ b/themes/tempra-conflux/public/media.partial.css @@ -92,8 +92,21 @@ } @media (max-width: 470px) { - ul { margin-bottom: 10px; } - .menu_overview, .menu_profile, .hide_on_micro { display: none; } + .container { + border: none; + background: none; + padding-right: 8px; + } + #back { + padding: 0px; + } + + ul { + margin-bottom: 10px; + } + .menu_overview, .menu_profile, .hide_on_micro { + display: none; + } .selectedAlert .alertList { width: 156px; margin-bottom: 5px; @@ -104,7 +117,9 @@ padding-left: 42px; height: 46px; } - .alertItem { padding: 8px; } + .alertItem { + padding: 8px; + } .alertItem .text { height: 30px; font-size: 10px; @@ -140,18 +155,26 @@ width: 60px; font-size: 15px; } - .userinfo { width: 70px; } + .userinfo { + width: 70px; + margin-left: 3px; + } .userinfo .avatar_item { background-size: 64px; width: 64px; min-height: 64px; } .content_container { - margin-left: 73px; + margin-left: 80px; min-height: inherit !important; } - .user_content { min-height: 76.5px !important; font-size: 15px; } - .user_content.nobuttons { min-height: 100.5px !important; } + .user_content { + min-height: 79.5px !important; + font-size: 15px; + } + .user_content.nobuttons { + min-height: 100.5px !important; + } /* UNUSED */ .the_name { font-size: 15px; } .post_tag { font-size: 12px; } .rowtopic { font-size: 14px; }