Show file sizes in listings
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#remotestorage-widget {
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
top: 0.5rem;
|
||||
top: 1rem;
|
||||
right: 3rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -41,8 +41,14 @@
|
||||
&.name {
|
||||
width: 60%;
|
||||
}
|
||||
&.size {
|
||||
width: 10%;
|
||||
white-space: nowrap;
|
||||
color: $dark-grey-3;
|
||||
}
|
||||
&.type {
|
||||
width: 37%;
|
||||
width: 27%;
|
||||
white-space: nowrap;
|
||||
color: $dark-grey-3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user