1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Improve verified checkmark icon, css improvements

This commit is contained in:
Zed
2025-11-29 03:39:29 +01:00
parent 96ec75fc7f
commit 436a873e4b
13 changed files with 172 additions and 69 deletions

View File

@@ -2,7 +2,7 @@
@import "_mixins";
video {
max-height: 100%;
height: 100%;
width: 100%;
}
@@ -13,6 +13,7 @@ video {
.gallery-video.card-container {
flex-direction: column;
width: 100%;
}
.video-container {
@@ -20,9 +21,6 @@ video {
min-width: 200px;
max-height: 530px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
img {
max-height: 100%;