1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-15 18:22:11 -04:00

Add new media grid and gallery views

Fixes #199
Fixes #1342
This commit is contained in:
Zed
2026-03-15 09:29:00 +01:00
parent 91ff936cb3
commit 7ce29bd8f1
17 changed files with 767 additions and 174 deletions

View File

@@ -101,6 +101,7 @@
.avatar {
&.round {
border-radius: 50%;
user-select: none;
-webkit-user-select: none;
}
@@ -204,6 +205,7 @@
.tweet-stats {
margin-bottom: -3px;
user-select: none;
-webkit-user-select: none;
}
@@ -236,6 +238,7 @@
left: 0;
top: 0;
position: absolute;
user-select: none;
-webkit-user-select: none;
&:hover {