working on mod display
This commit is contained in:
21
style.css
21
style.css
@@ -132,6 +132,22 @@ summary {
|
||||
/*border: 2px solid rgba(0, 0, 0, 0.4);*/
|
||||
}
|
||||
|
||||
#mods {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
z-index: 2;
|
||||
font-size: 21px;
|
||||
color: #111;
|
||||
opacity: 0.5;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
padding: 0px 5px 0px 5px;
|
||||
border-radius: 5px;
|
||||
/*border: 2px solid rgba(0, 0, 0, 0.4);*/
|
||||
}
|
||||
|
||||
#text-log {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
@@ -155,6 +171,11 @@ summary {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.faded {
|
||||
opacity: 0.5;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 360px 10px;
|
||||
|
||||
Reference in New Issue
Block a user