Language editor refactoring part 3 (backend + frontend)

This commit is contained in:
Peter Papp
2021-04-01 07:50:01 +02:00
parent a8fa3694be
commit 5130082111
15 changed files with 448 additions and 903 deletions

View File

@@ -0,0 +1,23 @@
.sticky {
position: sticky;
}
.top-10 {
top: 10px;
}
.top-30 {
top: 30px;
}
.top-50 {
top: 50px;
}
.top-65 {
top: 65px;
}
.top-80 {
top: 80px;
}