summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorraJaouad <dorra.jaoued7@gmail.com>2023-06-14 17:12:02 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-16 07:34:47 +0000
commitd7311ed50a2c54bb327146d6f10db82ce2cddc04 (patch)
tree44227151148a2e38870d4ecf9e967c9ed0faa69a
parent217c540f50c7a5a8a3bbea0efb0e5b79d1e47c08 (diff)
Stying the nav bar
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
index 38d8db2c8..2681e546d 100644
--- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
@@ -462,7 +462,6 @@ export default {
flex-direction: column;
justify-content: space-between;
position: relative;
- gap: 10px;
&__content {
/**
@@ -470,7 +469,6 @@ export default {
* Bottom: 44px buttons + 12 px margin
* Total: 98px
*/
- height: calc(100% - 98px);
display: flex;
flex-direction: column;
gap: 0.5rem;
@@ -497,26 +495,20 @@ it back */
height: 900px;
}
-:deep(){
- .modal-wrapper--normal{
- .modal-container {
+:deep(.modal-wrapper .modal-container) {
height: max-content;
- }
- }
}
.navigation {
position: sticky;
- bottom: 0;
+ bottom: -1px;
display: flex;
justify-content: space-between;
flex: 0 0 40px;
background-color: var(--color-main-background);
- box-shadow:0 -2px 5px var(--color-background-darker);
+ box-shadow: 0 -10px 5px var(--color-main-background);
z-index: 1;
- width: 600px;
- padding: 10px;
- height: auto;
+ padding: 10px 20px;
&__button-right {
margin-left: auto;