Show if a pad has been renamed in the drive
This commit is contained in:
@@ -495,6 +495,15 @@ span {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.state {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
.fa {
|
||||
margin:0;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.listElement {
|
||||
display: none;
|
||||
@@ -566,7 +575,12 @@ span {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
&.icon {
|
||||
&.state {
|
||||
.fa:not(:last-child) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
&.icon, &.state {
|
||||
width: 30px;
|
||||
}
|
||||
&.type, &.atime, &.ctime {
|
||||
|
||||
Reference in New Issue
Block a user