refactor: improve ui consistency

This commit is contained in:
liyasthomas
2022-01-02 07:00:17 +05:30
parent bb5acf97c6
commit 2b4155e969
5 changed files with 9 additions and 7 deletions

View File

@@ -459,6 +459,10 @@ pre.ace_editor {
@apply first-letter:capitalize;
}
details summary::-webkit-details-marker {
@apply hidden;
}
@media (max-width: 767px) {
main {
margin-bottom: env(safe-area-inset-bottom);