fix: portrait mode for mobile

This commit is contained in:
mco-system
2023-04-11 20:14:14 +11:00
parent 5cd1151d46
commit 961d5d00ea
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
.slot {
display: flex;
flex: 1;
@@ -67,6 +66,10 @@
display: inline-block;
}
.speaker_details:hover {
cursor: pointer;
}
.speaker .details {
visibility: hidden;
background-color: var(--main-color);