Skip to content

Commit daa4532

Browse files
Merge branch 'main' into production
2 parents 4af9ad4 + b336d44 commit daa4532

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/deploy-to-aks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}
5656
CONTAINER_LIFETIME: ${{ vars.CONTAINER_LIFETIME }}
5757
INCLUDE_QE: ${{ vars.INCLUDE_QE }}
58+
IS_MC_DEPLOYMENT: ${{ vars.IS_MC_DEPLOYMENT }}
5859
SUPPORT_EMAILS: ${{ vars.SUPPORT_EMAILS }}
5960

6061
- name: Connect to AKS

basehub/files/etc/jupyterhub/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{% endif %}
9797
<ul class="nav navbar-nav navbar-right">
9898
{% block nav_bar_right_items %}
99-
<li>
99+
<li id="login-widget">
100100
{% block login_widget %}
101101
<span id="login_widget">
102102
{% if user %}

basehub/files/static/external/css/page.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ body {
1313
background-color: white;
1414
}
1515

16+
.navbar #login-widget {
17+
margin-right: 16px;
18+
}
19+
1620
.navbar #institution-logo a {
1721
padding: 6px;
1822
}
@@ -26,10 +30,10 @@ body {
2630
height: 28px;
2731
}
2832

29-
#mc-link a {
33+
.navbar #mc-link a {
3034
padding: 6px;
3135
}
3236

33-
#mc-link a img {
37+
.navbar #mc-link a img {
3438
height: 28px;
3539
}

0 commit comments

Comments
 (0)