Skip to content
Snippets Groups Projects
Commit 0c4edfea authored by Camille Blanchon's avatar Camille Blanchon
Browse files

Merge branch 'redmine-issues/17858' into 'develop'

REDMINE_ISSUE-17858 | Adaptation de la barre de menu de GéoContrib - PREPROD

See merge request !616
parents 8cb9770c 15600cf9
No related branches found
No related tags found
1 merge request!616REDMINE_ISSUE-17858 | Adaptation de la barre de menu de GéoContrib - PREPROD
......@@ -8,7 +8,7 @@
:class="['header item', {disable: isSharedProject}]"
>
<img
class="ui mini right spaced image"
class="ui right spaced image"
alt="Logo de l'application"
:src="logo"
>
......@@ -326,6 +326,11 @@ export default {
</script>
<style lang="less" scoped>
.menu.container a.header > img {
max-width: 140px;
max-height: 25px;
}
.vertical {
flex-direction: column;
justify-content: center;
......@@ -392,9 +397,13 @@ export default {
}
.menu.container a.header {
width: 70px;
padding: 0 5px !important;
}
.menu.container a.header > img {
margin: 0;
margin: auto;
max-width: 100%;
}
#menu-dropdown {
width: calc(100vw - 70px);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment