mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-06-05 21:59:15 +02:00
Fix ServiceWorker, update MBViewer, misc app fixes
This commit is contained in:
@@ -3,9 +3,11 @@ body {
|
||||
color: black;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
img, video, iframe {
|
||||
max-width: 40em;
|
||||
max-height: 30em;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div.tgme_background_wrap,
|
||||
@@ -35,3 +37,9 @@ div.tgme_widget_message_footer a {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
div.tgme_widget_message_wrap {
|
||||
border-top: 2px solid black;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user