mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Improve single image html
This commit is contained in:
parent
418168e570
commit
e663b04761
2 changed files with 27 additions and 14 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
.still-image {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +67,14 @@
|
|||
|
||||
.single-image {
|
||||
display: inline-block;
|
||||
width: unset;
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
|
||||
.attachments {
|
||||
width: unset;
|
||||
max-height: unset;
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.overlay-circle {
|
||||
|
|
|
|||
Loading…
Reference in a new issue