mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 08:39:08 +01:00
Resize too big images
Some too big images, if they are animated GIF's and overflow the page size, are not animated any more. We use animated GIFs for the demonstration how to do things in the knowledge base. This fix makes the GIFs move, even if they are big.
This commit is contained in:
parent
cfd838b7f4
commit
ffef07eef9
@ -76,3 +76,7 @@ Add your custom styles here
|
||||
}
|
||||
#helpdesk-body {padding-top: 100px;}
|
||||
img.brand {padding-right: 30px;}
|
||||
|
||||
div.card-body img {
|
||||
max-width: 900px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user