| Index: ui/file_manager/file_manager/foreground/css/file_manager.css
|
| diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| index 8c2682a967d93da749d3cc5de0b0b4fc1a562cc5..82dcb10a299330df146581b58d97be5e2d51e461 100644
|
| --- a/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| @@ -157,24 +157,12 @@ a:focus {
|
| line-height: 45px;
|
| }
|
|
|
| -.dialog-navigation-list-header #profile-badge {
|
| - display: inline-block;
|
| - height: 29px; /* Size of a profile image. */
|
| - margin: 8px;
|
| - vertical-align: top;
|
| - width: 29px; /* Size of a profile image. */
|
| -}
|
| -
|
| .dialog-navigation-list-header #app-name {
|
| color: #303030;
|
| font-size: 130%;
|
| margin: 0 15px;
|
| }
|
|
|
| -.dialog-navigation-list-header #profile-badge:not([hidden]) + #app-name {
|
| - margin: 0;
|
| -}
|
| -
|
| .dialog-navigation-list-contents {
|
| display: flex;
|
| flex: 1 1 auto;
|
|
|