mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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 {
|
||||
padding: 24px 24px 24px 154px;
|
||||
padding: 72px 12px 2px 24px;
|
||||
font-size: 0.95em;
|
||||
top: -65px;
|
||||
position: relative;
|
||||
max-width: 400px;
|
||||
|
||||
> .empty {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue