Fixed platform UI on mobile screens

This commit is contained in:
Eldad Fux
2020-04-29 11:35:22 +03:00
parent cdd1fe5501
commit fbcc7763de
2 changed files with 17 additions and 5 deletions
+4
View File
@@ -36,6 +36,10 @@ a, .link {
border-bottom: none;
opacity: .9;
}
&.danger {
color: var(--config-color-danger);
}
}
b, strong {