mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
show publicly shared image on full width, without margin
This commit is contained in:
parent
c0590676a0
commit
5cdab5fff3
1 changed files with 3 additions and 5 deletions
|
|
@ -60,11 +60,9 @@ p.info a {
|
|||
}
|
||||
|
||||
#imgframe {
|
||||
height:75%;
|
||||
padding-bottom:2em;
|
||||
padding-top:2em;
|
||||
width:80%;
|
||||
margin:0 auto;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
#imgframe img {
|
||||
|
|
|
|||
Loading…
Reference in a new issue