mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Contribute page imporvements, sidebar for cards
This commit is contained in:
parent
db5aad0f8c
commit
1a02ae2e98
13 changed files with 274 additions and 79 deletions
25
src/components/sidebar.module.css
Normal file
25
src/components/sidebar.module.css
Normal file
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue