diff options
author | Alaa Shmalih <alaa.shmalih@gmail.com> | 2019-01-14 10:41:29 +0000 |
---|---|---|
committer | Alaa Shmalih <alaa.shmalih@gmail.com> | 2019-01-14 10:41:29 +0000 |
commit | 6ad1a8f1320e1e04816717148a46e5c904c6ba50 (patch) | |
tree | 2b1d3d4fe31199042dcc4e2a666c8c5cd468efe9 /core/css/header.scss | |
parent | 27737ecc9fa5cb5b01c33f92bfa12a45219f2205 (diff) | |
download | nextcloud-server-6ad1a8f1320e1e04816717148a46e5c904c6ba50.tar.gz nextcloud-server-6ad1a8f1320e1e04816717148a46e5c904c6ba50.zip |
the bug number #13263 fixed by the xavierando user
i change the file by xaviterando done and fix
and i will do pull request to the solution becouse xavirando did pull request to him self
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 020154ebb0f..0c556add980 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -510,7 +510,7 @@ nav[role='navigation'] { opacity: 0; position: absolute; color: var(--color-primary-text); - bottom: -5px; + bottom: 2px; width: calc(100% - 4px); text-align: center; overflow: hidden; |