Update styles.css

This commit is contained in:
Extravi 2022-08-15 00:11:57 -04:00 committed by GitHub
parent 6f50c7ddf2
commit 1034859594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,6 +275,7 @@ a:hover,
border-radius: 8px; border-radius: 8px;
background: var(--special-text-background); background: var(--special-text-background);
color: var(--special-text-color); color: var(--special-text-color);
margin-left: 116px;
} }
.text-result-wrapper { .text-result-wrapper {
@ -461,7 +462,10 @@ a:hover,
} }
.special-result-container { .special-result-container {
max-width: 80%; max-width: 100%;
margin-left: 0px;
width: auto;
border-radius: 0px;
} }
.special-result-container img { .special-result-container img {
@ -485,5 +489,6 @@ a:hover,
#time, #time,
.next-page-button-wrapper { .next-page-button-wrapper {
margin-left: 40px; margin-left: 40px;
max-width: 80%;
} }
} }