mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Update styles.css
This commit is contained in:
parent
6f50c7ddf2
commit
1034859594
1 changed files with 6 additions and 1 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue