Skip to content
Snippets Groups Projects

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

Merged REDMINE_ISSUE-17858 | Adaptation de la barre de menu de GéoContrib - PREPROD
Merged Timothee P requested to merge redmine-issues/17858 into develop
1 file
+ 10
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading