mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-25 05:01:37 +02:00
Slightly increased space between file icon and file name
This commit is contained in:
@@ -109,7 +109,7 @@ body {
|
||||
#directoryListing .fileIcon {
|
||||
display: inline-block;
|
||||
margin: 8px;
|
||||
margin-right: -19px;
|
||||
margin-right: -24px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ body {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin: 8px;
|
||||
padding-left: 19px;
|
||||
padding-left: 24px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
width: 625px;
|
||||
|
Reference in New Issue
Block a user