Procházet zdrojové kódy

improve header look

Niemes před 1 rokem
rodič
revize
87ae00a010
2 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 6 0
      assets/css/main.css
  2. 2 1
      index.html

+ 6 - 0
assets/css/main.css

@@ -178,6 +178,12 @@ button:hover, #addVideo:hover{
     background: #ffffff;
     color: #333333;
 }
+#headerTopbar {
+    align-items: center;
+    align-self: center;
+    display: flex;
+    justify-content: space-between;
+}
 #wrap {
     background-color: black;
     position: relative;

+ 2 - 1
index.html

@@ -106,7 +106,8 @@
 
   
   <div id="panel" class="panel is-primary container card">
-    <p class="panel-heading">
+    <p class="panel-heading" id="headerTopbar">
+
       <img src="./assets/domPlayer.png" id="logo">
       DomPlayer Options
     </p>