diff options
Diffstat (limited to 'src/app/manga/manga.module.css')
| -rw-r--r-- | src/app/manga/manga.module.css | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 457fbbf..96671c2 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -3,24 +3,28 @@ flex-direction: column; align-items: center; justify-content: center; - height: 100dvh; - width: 100dvw; + height: 100vh; } -.MangaSVG { - height: auto; - width: auto; +.searchMain { + display: flex; + align-items: center; } -.searchMain { +.SearchBar { display: flex; align-items: center; + background: #121212; + padding: 0.2rem; + border-radius: 0.5rem; + width: 20dvw; + margin-top: 0.3rem; } -.searchMain button { - margin: 10px 5px 0px 5px; - padding: 8px; - border-radius: 0.3rem; +.histButton button { + margin: 0px 5px 0px 5px; + border-radius: 0.2rem; + padding: 0.4rem; border: none; outline: none; font-family: "Atkinson Hyperlegible", serif; @@ -29,17 +33,6 @@ cursor: pointer; } -.SearchBar { - display: flex; - align-items: center; - background: #1f1f1f; - margin-top: 10px; - border-style: dotted; - border-color: rgb(63, 63, 63); - border-width: 2px; - width: 20dvw; - border-radius: 1rem; -} .SearchBar input { background: none; @@ -53,12 +46,23 @@ font-size: 16px; } +.SearchBar input::placeholder { + color: rgb(71, 71, 71); +} + @media screen and (max-width: 768px) { - .MangaSVG { + .SearchBar { + width: 40vw; + } +} + +@media screen and (max-width: 425px) { + .MangaImage { width: 100%; + height: auto; } .SearchBar { - width: 50dvw; + width: 60dvw; } }
\ No newline at end of file |