mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fix filename display in sidebar, fix #18981
This commit is contained in:
parent
8767c2b3be
commit
accebae356
1 changed files with 3 additions and 0 deletions
|
|
@ -72,10 +72,13 @@
|
|||
#app-sidebar .fileName h3 {
|
||||
max-width: 300px;
|
||||
float:left;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue