mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 09:41:57 -04:00
Make abbreviations show up on mobile
This commit is contained in:
parent
63a01eab62
commit
f206cf32fb
|
@ -166,3 +166,23 @@
|
|||
.Calendar-today-button {
|
||||
max-width: 5em;
|
||||
}
|
||||
|
||||
@media (pointer: coarse), (hover: none) {
|
||||
.DayDetail-gregorian abbr {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
text-decoration: underline dashed;
|
||||
|
||||
&:focus::after {
|
||||
content: attr(title);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
border: 1px solid;
|
||||
width: fit-content;
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue