Adding a back button when profiles are open.
This commit is contained in:
@@ -193,6 +193,21 @@ div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#backbutton {
|
||||
position: fixed;
|
||||
top: -3rem;
|
||||
right: -3rem;
|
||||
height: 3rem;
|
||||
width: 3rem;
|
||||
z-index: 100;
|
||||
border-radius: 1rem;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
color: rgba(192, 192, 192, 0.5);
|
||||
font-size: 2rem;
|
||||
line-height: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.splash.jason, .main.jason {
|
||||
background-color: var(--jason-bg-color);
|
||||
font-family: 'Raleway', sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user