Avoid inline CSS
This commit is contained in:
parent
596cd63fb5
commit
b76a01f760
2 changed files with 11 additions and 2 deletions
|
@ -229,3 +229,13 @@ ul#server_selection_list {
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
||||
.channel-contents-message {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #aaa;
|
||||
}
|
||||
|
|
|
@ -49,8 +49,7 @@
|
|||
<div id="channel_contents_wrapper">
|
||||
<div class="centered" id="channel_contents">
|
||||
|
||||
<div style="text-align: center; width: 100%; height: 100%; display: flex;
|
||||
align-items: center; justify-content: center; color: #aaa">
|
||||
<div class="channel-contents-message">
|
||||
<div>← Select a channel in the sidebar to read it</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue