mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
fix padding on normal display
This commit is contained in:
parent
748b989e55
commit
0771d3b279
1 changed files with 1 additions and 2 deletions
|
@ -466,11 +466,10 @@ onUnmounted(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .description {
|
> .description {
|
||||||
padding: 24px 24px 24px 154px;
|
padding: 72px 12px 2px 24px;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
top: -65px;
|
top: -65px;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 400px;
|
|
||||||
|
|
||||||
> .empty {
|
> .empty {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue