dashboard: Update sizes in order to have 59 slots

This commit is contained in:
nemunaire 2023-02-25 16:33:51 +01:00
parent 175015d0ea
commit 5d53df6f1a
1 changed files with 5 additions and 4 deletions

View File

@ -28,8 +28,9 @@
width: calc(100vw / 12 - 0.26vw);
}
.student-title {
width: calc(2 * (100vw / 12 - 0.22vw) + 0.2vw);
font-size: 15px;
/* width: calc(2 * (100vw / 12 - 0.22vw) + 0.2vw); */
/* font-size: 15px; */
font-size: 11px;
}
.student h5 {
font-size: 16px;
@ -100,8 +101,8 @@
<div ng-cloak ng-if="!onestudent">
<div ng-controller="StudentsProgressionController" class="d-flex flex-wrap">
<div class="card student student-title d-flex flex-column justify-content-around" style="background-image: url('https://srs.epita.fr/assets/images/logo-srs.png');">
<h5 class="text-center" title="SRS" ng-cloak>
ADLIN TP {{tutoid+1}}
<h5 class="text-center text-truncate mb-0" title="SRS" ng-cloak>
TP {{tutoid+1}}
<span ng-click="toogleDropdown()">
<svg class="bi bi-chevron-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z" clip-rule="evenodd"/>