mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Contribute page imporvements, sidebar for cards
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
.container {
|
||||
background-color: var(--background-color);
|
||||
border-left: 3px solid #99f;
|
||||
top: 0;
|
||||
right: 0px;
|
||||
height: 100%;
|
||||
width: 400px;
|
||||
max-width: 100%;
|
||||
position: fixed;
|
||||
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.closeBorder {
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.closeBorder:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user