wip sharing view
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij
2023-02-16 18:19:22 +01:00
parent dc83bd6c65
commit efef863e66
4 changed files with 68 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{
"backend_de": "http://localhost:31204",
"backend_dev": "https://webplay.rocks",
"backend_dev": "http://localhost:31204",
"backend_de": "https://webplay.rocks",
"backend": "https://webplay.rocks"
}

View File

@@ -272,6 +272,7 @@ td.fillCell>* {
overflow: hidden;
text-overflow: ellipsis;
flex-grow: 1;
text-align: left;
}
.radioCover {
@@ -593,6 +594,7 @@ td.fillCell>* {
.z1 {
z-index: 1;
}
.z2 {
z-index: 2;
}