Improvements in performance / Better structure
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
.spanSimple {
|
||||
padding-inline-start: 0.2em;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@@ -19,8 +21,8 @@
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: calc(100% + var(--arrow-width));
|
||||
top: -500%;
|
||||
bottom: -500%;
|
||||
top: -5000%;
|
||||
bottom: -5000%;
|
||||
margin: auto 0;
|
||||
width: max-content;
|
||||
height: max-content;
|
||||
@@ -37,8 +39,8 @@
|
||||
.tooltip::before {
|
||||
content: "";
|
||||
border-style: solid;
|
||||
top: -500%;
|
||||
bottom: -500%;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto 0;
|
||||
height: max-content;
|
||||
border-width: var(--arrow-height) var(--arrow-width) var(--arrow-height) 0;
|
||||
@@ -76,6 +78,10 @@
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
.usedBy {
|
||||
max-width: 20em;
|
||||
}
|
||||
|
||||
.leftClick {
|
||||
height: 1em;
|
||||
transform: translateY(0.1em);
|
||||
|
||||
Reference in New Issue
Block a user