Added graphics menu
This commit is contained in:
@ -3,13 +3,13 @@
|
||||
}
|
||||
|
||||
|
||||
.panel.graphics span:first-child{
|
||||
/* .panel.graphics span:nth-child(1){
|
||||
display: none;
|
||||
/* margin: 0 1em;
|
||||
margin: 0 1em;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
-webkit-user-select: none; */
|
||||
}
|
||||
-webkit-user-select: none;
|
||||
} */
|
||||
|
||||
/* .panel.graphics div{
|
||||
margin-left: 1em;
|
||||
|
@ -22,13 +22,13 @@
|
||||
/* PANEL */
|
||||
.panel {
|
||||
background-color: #303030;
|
||||
color: white;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
.panel:not(.graphics) {
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 6px 6px 6px 6px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user