Fix #48: Proper 404 and 403 pages when trying to open non-existant chatroom (WIP).
This commit is contained in:
@ -207,3 +207,18 @@ table.peertube-plugin-livechat-prosody-list-rooms td {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.peertube-plugin-livechat-error-message {
|
||||
/* display an error block (page not found, ...) */
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.peertube-plugin-livechat-container {
|
||||
.peertube-plugin-livechat-error-message {
|
||||
max-width: 30vw;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user