aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-08 10:13:36 +0530
committerGitHub <[email protected]>2024-05-08 10:13:36 +0530
commit5dcca245b34037eb15505ffd1d1b23213bedad9c (patch)
treefeb9a8d943a7c91076d5ff691fba653dc5b4d36c /src/app/manga
parentDelete .github/workflows/eslint.yml (diff)
parentminor css fixes and added a new source for movies (diff)
downloaddramalama-5dcca245b34037eb15505ffd1d1b23213bedad9c.tar.xz
dramalama-5dcca245b34037eb15505ffd1d1b23213bedad9c.zip
Merge pull request #22 from zephex-alt/master
New movie source - autoembed.cc
Diffstat (limited to 'src/app/manga')
-rw-r--r--src/app/manga/manga.module.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css
index 3763d7d..cd18c0a 100644
--- a/src/app/manga/manga.module.css
+++ b/src/app/manga/manga.module.css
@@ -9,6 +9,7 @@
.searchMain {
display: flex;
align-items: center;
+ justify-content: center;
}
.MangaImage {
@@ -32,7 +33,7 @@
padding: 0.4rem;
border: none;
outline: none;
- font-family: "Atkinson Hyperlegible", serif;
+ font-family: "Lexend Deca", serif;
background: #1f1f1f;
color: white;
cursor: pointer;
@@ -69,4 +70,4 @@
.SearchBar {
width: 60dvw;
}
-}
+} \ No newline at end of file