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

Make quote badges more readable

This commit is contained in:
Zed
2019-07-04 04:39:59 +02:00
parent b708c78c42
commit 6b64e84d81

View File

@@ -527,6 +527,7 @@ video {
.photo-rail-grid img {
height: 100%;
width: 100%;
border-radius: 4px;
object-fit: cover;
position: absolute;
top: 0;
@@ -841,7 +842,7 @@ video {
background: rgba(0, 0, 0, 0.66);
border-radius: 4px;
color: #fffffff0;
padding: 0px 2px;
padding: 1px 3px;
font-size: 12px;
font-weight: bold;
}