1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Fix banner triggering download with Firefox

This commit is contained in:
Zed
2019-09-08 01:43:54 +02:00
parent cc58ad95ac
commit c7a2387aeb
3 changed files with 5 additions and 6 deletions

View File

@@ -553,7 +553,7 @@ video, .video-container img {
.profile-card-avatar {
display: block;
width: 100%;
padding-bottom: 16px;
padding-bottom: 6px;
margin-right: 4px;
}
@@ -1330,7 +1330,6 @@ legend {
}
.profile-card-avatar {
padding-bottom: 6px;
height: 60px;
width: unset;
}
@@ -1363,6 +1362,5 @@ legend {
.preferences-container {
max-width: 95vw;
margin: 0;
}
}