mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
tooltip - get shortcut from its own attribute
This commit is contained in:
parent
f3a755976a
commit
c2640bcada
7 changed files with 155 additions and 92 deletions
14
index.css
14
index.css
|
|
@ -347,6 +347,20 @@ text.drag {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
#optionsTrigger {
|
||||
padding: 0.6em 0.45em;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
#optionsTrigger {
|
||||
font-size: 2em;
|
||||
padding: 0;
|
||||
width: 1.3em;
|
||||
height: 1.6em;
|
||||
border: solid 1px #5e4fa2;
|
||||
}
|
||||
}
|
||||
|
||||
#options {
|
||||
position: absolute;
|
||||
font-family: Consolas, monospace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue