summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2021-04-11 09:33:48 -0400
committerFivePixels <o5pxels@gmail.com>2021-04-11 09:33:48 -0400
commit6f410bec419066ed5ad6bd996249e82d1a801a7d (patch)
treea89227d8f8f2ce8ceb002806528b0bd53304abde
parentef1fe3d677bab704da99ad24282b57461e206aae (diff)
downloadStreamFinder-6f410bec419066ed5ad6bd996249e82d1a801a7d.tar.xz
StreamFinder-6f410bec419066ed5ad6bd996249e82d1a801a7d.zip
update card formatting, remove unneccesary files, add vudu.png
-rw-r--r--src/web/css/site.css0
-rw-r--r--src/web/pages/index.html2
-rw-r--r--src/web/src/app/search-item/search-item.component.html2
-rw-r--r--src/web/src/assets/img/platforms/vudu.pngbin0 -> 66629 bytes
-rw-r--r--src/web/src/styles.css11
5 files changed, 8 insertions, 7 deletions
diff --git a/src/web/css/site.css b/src/web/css/site.css
deleted file mode 100644
index e69de29..0000000
--- a/src/web/css/site.css
+++ /dev/null
diff --git a/src/web/pages/index.html b/src/web/pages/index.html
deleted file mode 100644
index 0f77228..0000000
--- a/src/web/pages/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<!DOCTYPE html>
-</html> \ No newline at end of file
diff --git a/src/web/src/app/search-item/search-item.component.html b/src/web/src/app/search-item/search-item.component.html
index 9a3beba..b568d8e 100644
--- a/src/web/src/app/search-item/search-item.component.html
+++ b/src/web/src/app/search-item/search-item.component.html
@@ -1,6 +1,6 @@
<div class="row p-0">
<div class="col-md-2 col-sm-2 text-center p-1">
- <img [src]="getImage()" alt="Not Found" class="example-option-img" />
+ <img [src]="getImage()" alt="" class="example-option-img" />
</div>
<div class="search-item-text col-sm-8 col-md-8">
<div
diff --git a/src/web/src/assets/img/platforms/vudu.png b/src/web/src/assets/img/platforms/vudu.png
new file mode 100644
index 0000000..82152a0
--- /dev/null
+++ b/src/web/src/assets/img/platforms/vudu.png
Binary files differ
diff --git a/src/web/src/styles.css b/src/web/src/styles.css
index 5aedd08..6428431 100644
--- a/src/web/src/styles.css
+++ b/src/web/src/styles.css
@@ -86,11 +86,16 @@ body {
margin-bottom: 10px !important;
}
+.mat-active {
+ background-color: blue;
+}
+
.cards-list {
display: flex;
justify-content: space-around;
width: 100%;
flex-wrap: wrap;
+ padding-bottom: 5%;
}
.card {
@@ -118,11 +123,9 @@ body {
.card .card_title {
text-align: center;
- border-radius: 0px 0px 40px 40px;
- font-family: sans-serif;
font-weight: bold;
- font-size: 20px;
- height: 40px;
+ font-size: 15px !important;
+ margin-top: 15px;
}
.card:hover {