Skip to content

Commit 0a88056

Browse files
authored
Merge pull request #215 from aau-network-security/feature/add-challenge-layout-#000
Fixed minor css flaws
2 parents 5268dfa + f4fe7ba commit 0a88056

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

client/src/components/ChalModal.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<b-form-group>
1515
<div class="challenges-field-modal frontends-field-modal p-3 mt-0" :class="{ 'my-is-invalid': submitted && this.selectedChallenges.length == 0 }">
1616
<div class="row">
17-
<div class="col-4 customscroll" style="height: 240px; overflow-y: auto;">
17+
<div class="col-4 customscroll" style="height: 235px; overflow-y: auto;">
1818
<div class="nav flex-column nav-pills sticky-top" id="challengesCategory" role="tablist" aria-orientation="vertical">
1919
<a v-on:click="showCatDescription('ST')" class="nav-link active show" id="starters-tab" data-toggle="pill" href="#starters" role="tab" aria-controls="starters" aria-selected="true">Starters</a>
2020
<a v-on:click="showCatDescription('CY')" class="nav-link" id="cyber-championships-tab" data-toggle="pill" href="#cyber-championship" role="tab" aria-controls="cyber-championship" aria-selected="false">Cyber Champ.</a>
@@ -25,7 +25,7 @@
2525
<a v-on:click="showCatDescription('CRY')" class="nav-link" id="cryptography-tab" data-toggle="pill" href="#cryptography" role="tab" aria-controls="cryptography" aria-selected="false">Cryptography</a>
2626
</div>
2727
</div>
28-
<div class="col-8 customscroll" style="height: 240px; overflow-y: auto;">
28+
<div class="col-8 customscroll" style="height: 235px; overflow-y: auto;">
2929
<div class="tab-content" id="v-pills-tabContent">
3030
<div class="tab-pane fade active show" id="starters" role="tabpanel" aria-labelledby="starters-tab">
3131
<b-form-checkbox-group
@@ -512,8 +512,8 @@ export default {
512512
513513
.info-icon {
514514
position: relative;
515-
top: 1px;
516-
left: -360px;
515+
top: 0px;
516+
left: -370px;
517517
width: 16px;
518518
padding: 0px;
519519
margin: 0px;
@@ -530,7 +530,7 @@ export default {
530530
.chalInfo.visible{
531531
overflow-y: auto;
532532
visibility: visible;
533-
max-height: 400px;
533+
max-height: 410px;
534534
}
535535
.customscroll::-webkit-scrollbar {
536536
background-color: #d8d8d8;

client/src/components/EventModal.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ export default {
858858
859859
.info-icon {
860860
position: relative;
861-
top: 1px;
861+
top: 0.3px;
862862
left: -350px;
863863
width: 16px;
864864
padding: 0px;

0 commit comments

Comments
 (0)