diff options
| author | FivePixels <o5pxels@gmail.com> | 2021-04-11 09:33:48 -0400 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2021-04-11 09:33:48 -0400 |
| commit | 6f410bec419066ed5ad6bd996249e82d1a801a7d (patch) | |
| tree | a89227d8f8f2ce8ceb002806528b0bd53304abde /src | |
| parent | ef1fe3d677bab704da99ad24282b57461e206aae (diff) | |
| download | StreamFinder-6f410bec419066ed5ad6bd996249e82d1a801a7d.tar.xz StreamFinder-6f410bec419066ed5ad6bd996249e82d1a801a7d.zip | |
update card formatting, remove unneccesary files, add vudu.png
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/css/site.css | 0 | ||||
| -rw-r--r-- | src/web/pages/index.html | 2 | ||||
| -rw-r--r-- | src/web/src/app/search-item/search-item.component.html | 2 | ||||
| -rw-r--r-- | src/web/src/assets/img/platforms/vudu.png | bin | 0 -> 66629 bytes | |||
| -rw-r--r-- | src/web/src/styles.css | 11 |
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 Binary files differnew file mode 100644 index 0000000..82152a0 --- /dev/null +++ b/src/web/src/assets/img/platforms/vudu.png 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 { |
