refactoring: fix translation links

This commit is contained in:
Pieter Vander Vennet 2023-04-07 02:45:34 +02:00
parent 8085079eff
commit 2e9b1016de
5 changed files with 63 additions and 23 deletions

View file

@ -762,8 +762,12 @@ video {
top: 1rem;
}
.bottom-2 {
bottom: 0.5rem;
.right-1 {
right: 0.25rem;
}
.bottom-1 {
bottom: 0.25rem;
}
.left-1\/2 {
@ -1039,6 +1043,10 @@ video {
height: 3rem;
}
.h-6 {
height: 1.5rem;
}
.h-screen {
height: 100vh;
}
@ -1047,10 +1055,6 @@ video {
height: 1rem;
}
.h-6 {
height: 1.5rem;
}
.h-1\/2 {
height: 50%;
}
@ -1170,11 +1174,6 @@ video {
width: 24rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-24 {
width: 6rem;
}
@ -1455,6 +1454,10 @@ video {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}