mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Front page forum
This commit is contained in:
parent
a09e9734da
commit
561aa21d93
15 changed files with 484 additions and 136 deletions
src/components
|
@ -4,11 +4,12 @@
|
|||
}
|
||||
|
||||
.tooltip .tooltiptext {
|
||||
width: 280px;
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
height: 250px;
|
||||
max-width: 280px;
|
||||
max-height: 250px;
|
||||
background-color: #555;
|
||||
background-color: var(--background-color);
|
||||
border-radius: 5px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue