diff --git a/html/main.ejs b/html/main.ejs index 6292ac27..4ea35661 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -628,6 +628,19 @@ summary:hover{ transition: opacity 0.6s; margin-bottom: 15px; } + + .search button { + transform: none; + display: flex; + background: #454545; + color: #999; + border: 1px; + border-radius: 12px; + margin: 2em; + width: 6em; + justify-content: center; + height: 2.6em; +} .alert.success {background-color: #04AA6D;} .alert.info {background-color: #2196F3;} @@ -723,18 +736,17 @@ summary:hover{ .channel-info-container > img { width: 100%; } - - .video-grid > .video { - background-color: #181818; -border-radius: 16px; - } - - .app{ - background-image:url("/css/head.svg"); -background-size: cover; - background-repeat: no-repeat; - } - + + +.search .search-bar { + display: flex; + transform: translateY(1.5em); + background: #222; + border: 1px solid #444; + width: 298px; + height: 30px; +} + /* nice classname am i rigth */ .discover-some-bitches{ text-align: center; @@ -743,108 +755,34 @@ background-size: cover; }
- <% if (!isMobile) { %>
- See the trending videos, gaming stuff and music videos on poketube! (or dont)
-
- See the trending videos on poketube! -
- <% } %> + + + <% if (!tab) { %> + <% if (!mobilesearch) { %>