add channel searching
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<style type="text/css">
|
||||
main{
|
||||
display:grid;
|
||||
grid-template-rows: 0fr 0fr 0fr 1fr;
|
||||
grid-template-rows: 0fr 0fr 0fr;
|
||||
grid-template-columns: 0fr 1fr;
|
||||
}
|
||||
main .avatar{
|
||||
@@ -29,7 +29,7 @@
|
||||
grid-auto-flow: column;
|
||||
justify-content:start;
|
||||
|
||||
background-color: #bcbcbc;
|
||||
background-color: #aaaaaa;
|
||||
padding: 3px;
|
||||
}
|
||||
.item-grid{
|
||||
|
||||
Reference in New Issue
Block a user