edit: position logo ts + correction z-index, filtrage par username, gamme colorée adaptée + changement du fond avec le thème
This commit is contained in:
@@ -71,10 +71,11 @@
|
||||
|
||||
#artistPannel{
|
||||
position: fixed;
|
||||
width: 380px;
|
||||
height: 500px;
|
||||
width: 420px;
|
||||
height: 600px;
|
||||
top: 16.1px;
|
||||
left: 16.1px;
|
||||
z-index: 33;
|
||||
}
|
||||
|
||||
#artistContent{
|
||||
@@ -123,14 +124,15 @@
|
||||
.theMatrix{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
||||
grid-auto-rows: 133px;
|
||||
gap: 10px;
|
||||
grid-auto-rows: 150px;
|
||||
gap: 16.1px;
|
||||
width: 97%;
|
||||
height: 66%;
|
||||
overflow-y: auto;
|
||||
align-items: center;
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.itemDesc{
|
||||
|
||||
Reference in New Issue
Block a user