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
1 changed files with 6 additions and 1 deletions

View File

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