Skip to content

Commit b3a3735

Browse files
authored
Merge pull request #732 from TechnologyEnhancedLearning/Develop/Fixes/Designfixes
Develop/fixes/designfixes
2 parents 2891818 + 3339cff commit b3a3735

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Scripts/vuesrc/content/pageSectionToolbar.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
left:10px;
220220
top: 2px;
221221
z-index: 1;
222-
width:fit-content;
223222
}
224223
225224
.warningTriangle {
@@ -271,4 +270,14 @@
271270
.toolBarButton i .fa, .fas {
272271
font-weight: 100;
273272
}
273+
@media (max-width: 420px) {
274+
.toolBarBox {
275+
position: absolute;
276+
right: 12px;
277+
left: 10px;
278+
top: 2px;
279+
z-index: 1;
280+
width: fit-content;
281+
}
282+
}
274283
</style>

AdminUI/LearningHub.Nhs.AdminUI/Styles/Layout/_footer.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828

2929
.footer-primary,
3030
.footer-secondary {
31-
font-size: 17px;
32-
line-height: 28px;
33-
padding-top: 30px;
31+
font-size: 17px;
32+
line-height: 28px;
33+
padding-top: 30px;
34+
35+
@media (max-width: 420px) {
36+
padding-top: 20px !important;
37+
}
3438
}
3539

3640
.footer-primary {
@@ -63,7 +67,7 @@
6367
padding-right: 15px;
6468

6569
@media (max-width: 420px) {
66-
padding-top: 10px !important;
70+
padding-top: 0px !important;
6771
text-align: left !important;
6872
}
6973
}

0 commit comments

Comments
 (0)