[CSS] Touch devices are now able to scroll horizontally on note author information
This commit is contained in:
parent
79d022e850
commit
5cd3bc3206
|
@ -234,7 +234,8 @@ embed header {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
|
touch-action: manipulation;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.note-info-start:hover, .note-info-start:focus {
|
.note-info-start:hover, .note-info-start:focus {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user