瀏覽代碼

Fixed admin stretch

Nex 9 年之前
父節點
當前提交
9b35d52b98
共有 3 個文件被更改,包括 7 次插入26 次删除
  1. 1 1
      app/client/templates/admin.html
  2. 4 4
      app/client/templates/home.html
  3. 2 21
      app/client/templates/project.html

+ 1 - 1
app/client/templates/admin.html

@@ -2,7 +2,7 @@
     {{> alerts}}
     <div class="landing">
         {{> header}}
-        <div class="row" style="margin-top: 20px; height: 100%;">
+        <div class="row" style="margin-top: 20px; height: auto;">
             <div class="col s12 l6 m10 offset-m1 offset-l1 card-panel teal accent-3 white-text" style="height: 80%;">
                 <div>
                     <h2 class="center-align">Stations</h2>

+ 4 - 4
app/client/templates/home.html

@@ -10,7 +10,7 @@
                 {{#each rooms}}
                     {{#if private}}
                         {{#if isModerator}}
-                            <div class="col s6 m4 l2 red">
+                            <div class="col m4 l2 red">
                                 <div class="card hoverable">
                                     <div class="card-image waves-effect waves-block waves-light">
                                         <a href=/{{type}}>
@@ -32,7 +32,7 @@
                             </div>
                         {{/if}}
                     {{else}}
-                        <div class="col s6 m4 l2">
+                        <div class="col m4 l2">
                             <div class="card hoverable">
                                 <div class="card-image waves-effect waves-block waves-light">
                                     <a href=/{{type}}>
@@ -61,7 +61,7 @@
                 {{#each privateRooms}}
                     {{#if private}}
                         {{#if isAllowedInPrivateRoom name}}
-                            <div class="col s6 m4 l2 light-blue">
+                            <div class="col m4 l2 light-blue">
                                 <div class="card hoverable">
                                     <div class="card-image waves-effect waves-block waves-light">
                                         <a href=/private/{{name}}>
@@ -82,7 +82,7 @@
                             </div>
                         {{/if}}
                     {{else}}
-                        <div class="col s6 m4 l2">
+                        <div class="col m4 l2">
                             <div class="card hoverable">
                                 <div class="card-image waves-effect waves-block waves-light">
                                     <a href=/private/{{name}}>

+ 2 - 21
app/client/templates/project.html

@@ -8,26 +8,7 @@
                 <div class="card-content black-text">
                     <span class="card-title">What is Musare?</span>
                     <p>
-                        Musare is a modern, open source, collaborative music app where a user can go into any of our "stations" and
-                        listen to music simultaneously with other users in that "station".
-                    </p>
-                </div>
-            </div>
-            <div class="card white">
-                <div class="card-content black-text">
-                    <span class="card-title">What is Musare's end goal?</span>
-                    <p>
-                        Musare's end goal is to be a collaborative way of discovering new music. We are working hard to implement
-                        all the features that are necessary for this.
-                    </p>
-                </div>
-            </div>
-            <div class="card white">
-                <div class="card-content black-text">
-                    <span class="card-title">What is Nebulous?</span>
-                    <p>
-                        Nebulous is a Minecraft network that started in February 2016. In March 2016 Musare started working together with Nebulous so we could have expand more with more resources.
-                        Due to the 'merge' with Nebulous, we can now add the much requested private rooms. You can check out Nebulous <a href="https://nebulousmc.com">here</a>.
+                        The open-source YouTube music feed brought to you by <a href="https://cosmosnode.com" target="_blank">CosmosNode</a>
                     </p>
                 </div>
             </div>
@@ -60,4 +41,4 @@
         </div>
     </main>
     {{> footer}}
-</template>
+</template>