feat(settings): prompt for audio access from button (#263)

This commit is contained in:
appare
2021-11-01 06:40:04 +09:00
committed by GitHub
parent 939309f8ed
commit 61842c756a
2 changed files with 34 additions and 6 deletions

View File

@@ -134,6 +134,21 @@
}
}
.audio {
.grant_permission {
margin-bottom: 18px;
.description {
font-weight: 400;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-size: 12px;
margin-bottom: 8px;
}
}
}
.appearance {
.theme {
min-width: 0;