mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
smaller modal
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
.modalContent {
|
.modalContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
width: 70%;
|
height: auto;
|
||||||
|
width: 50%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
height: auto;
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
Reference in New Issue
Block a user