...
 
Commits (4)
......@@ -289,7 +289,7 @@ deploy:production:
name: production
url: https://www.minds.com
when: delayed
start_in: 2 hours # reduce? can always be deployed manually earlier too
start_in: 12 hours # reduce? can always be deployed manually earlier too
#################
# Cleanup stage #
......@@ -301,4 +301,4 @@ cleanup:review: # We stop the review site after the e2e tests have run
except:
refs:
- master
- test/gitlab-ci
\ No newline at end of file
- test/gitlab-ci
......@@ -18,7 +18,7 @@
minds-groups-profile-conversation {
position: fixed;
//right: 0;
right: 0;
top: 52px;
//width: 100%;
width: calc(33% - 12px); //1/3rd of screen
......