[CSS] Touch devices are now able to scroll horizontally on note author information

This commit is contained in:
Eliseu Amaro 2022-02-08 00:30:15 +00:00
parent 79d022e850
commit 5cd3bc3206
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,8 @@ embed header {
flex: 1;
width: 15px;
white-space: nowrap;
overflow: hidden;
overflow: auto;
touch-action: manipulation;
text-overflow: ellipsis;
}
.note-info-start:hover, .note-info-start:focus {