remove float from file/folder name in sidebar, fix #19243
This commit is contained in:
parent
67231ed9a7
commit
f6aeb023cf
|
@ -71,17 +71,14 @@
|
|||
|
||||
#app-sidebar .fileName h3 {
|
||||
max-width: 300px;
|
||||
float:left;
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
margin: -5px 0;
|
||||
}
|
||||
|
||||
#app-sidebar .file-details {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 15px;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
opacity: .5;
|
||||
float:left;
|
||||
}
|
||||
#app-sidebar .action-favorite {
|
||||
vertical-align: text-bottom;
|
||||
|
|
Loading…
Reference in New Issue