1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-15 08:42:48 -05:00

Improve single image html

This commit is contained in:
Zed
2019-09-19 03:02:56 +02:00
parent 418168e570
commit e663b04761
2 changed files with 26 additions and 13 deletions

View File

@@ -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 {