mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-04-25 08:24:15 +00:00
Added a prettier QR-code link for joining on a channel
This commit is contained in:
@@ -95,6 +95,34 @@ body {
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
#channel-share-modal {
|
||||
background: transparent !important;
|
||||
text-align: center !important;
|
||||
margin: auto;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.chan.tap-target-origin {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tap-target-join {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#channel-share-modal p {
|
||||
color: white;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
#channel-share-modal.open {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
#playing_on{
|
||||
display: none;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user