diff --git a/public/templates/pages/_layout.html b/public/templates/pages/_layout.html index 6819533b..6d7ea104 100644 --- a/public/templates/pages/_layout.html +++ b/public/templates/pages/_layout.html @@ -1,7 +1,7 @@ -
Pony.fm was created by Feld0, a pony-loving teenager who heard the call of code. Recognizing the need for a true pony-specific music hosting site, and realizing that MLP Forums provided him with the resources he needed to make it happen, he created a blank text file and started pumping code into his computer.
-The site is now maintained by him and Nelson LaQuet as part of the Poniverse network.
+The site is now maintained by him, Nelson LaQuet and Logic as part of the Poniverse network.
diff --git a/public/templates/pages/faq.html b/public/templates/pages/faq.html index a4295a53..12e2e7c2 100644 --- a/public/templates/pages/faq.html +++ b/public/templates/pages/faq.html @@ -69,8 +69,8 @@ target="_blank">official Pony.fm forum. -Email feld0@pony.fm +
Email logic@pony.fm with any moderation issues you have.
diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 9b374df3..0b803dbc 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -17,6 +17,10 @@ padding: 5px; } + .site-body { + overflow-x: hidden; + } + .now-playing { margin-left: 0px; position: fixed; @@ -74,6 +78,13 @@ display: none; } + li { + font-size: 12pt; + a { + padding: 13px 25px; + } + } + &.animated { transition: transform 0.3s ease; } @@ -294,6 +305,70 @@ right: -1px; } } + + .news { + display: none; + } + + .two-pane-view.open { + .list { + width: auto; + float: none; + margin-bottom: 10px; + } + + .editor { + margin-left: 0; + margin-right: 0; + } + } + + .tabs { + width: 100%; + overflow-x: scroll; + display: flex; + white-space: nowrap; + border-bottom: 0; + height: 41px; + + li { + a { + border-bottom: 4px solid #ddd; + } + } + + &::-webkit-scrollbar { + display: none; + } + + &.fixed { + position: fixed; + background: #84528a; + top: 64px; + left: 0; + height: 41px; + width: 100%; + border-bottom: 0; + + li { + a { + background: transparent; + color: #fff; + border-bottom: 0; + } + + &.active a { + background: transparent; + color: #fff; + border-bottom: 4px solid #b885bd; + } + } + } + } + + .fixed-tabs { + padding-top: 42px; + } } // Super small phones like the iPhone 5