diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0fe823b7e..22a619959 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1262,6 +1262,11 @@ img.mail-conv-sender-photo { white-space: nowrap; } +#nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; +} + .page-title { margin: 7px 0px; } |