Fix: time & size tags silting on small screens
This commit is contained in:
parent
c54d6d4bda
commit
70bc602fb1
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ a {
|
|||
font-size: 70%;
|
||||
margin: 0 .5rem;
|
||||
color: #fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.file-list .directory .file-date {
|
||||
|
@ -119,6 +120,7 @@ a {
|
|||
font-size: 70%;
|
||||
margin: 0 .5rem;
|
||||
color: #fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.file-list .other .file-size,
|
||||
|
|
Loading…
Reference in a new issue