This commit is contained in:
tiago.kayaya
2021-12-08 16:05:55 +01:00
15 changed files with 40 additions and 23 deletions
@@ -133,6 +133,7 @@
.close-button {
display: none;
height: 20px;
}
@@ -144,12 +145,13 @@
.close-button {
display: block !important;
height: 20px;
}
}
.app-name{
background: #42b9f2;
background: var(--title-text-color);
border-radius: 18px;
text-align: center;
display: flex;
@@ -175,7 +175,7 @@
.app-name{
background: #42b9f2;
background: var(--title-text-color);
border-radius: 18px;
text-align: center;
display: flex;
@@ -194,6 +194,7 @@
.close-button {
display: none;
height: 20px;
}
@@ -205,6 +206,7 @@
.close-button {
display: block !important;
height: 20px;
}
}