Revert "DEV: FloatKit (#23312)" (#23540)

This reverts commit abcdd8d367e8db430119f847f029e9cc94e62cb6.
This commit is contained in:
Joffrey JAFFEUX
2023-09-12 15:37:16 +02:00
committed by GitHub
parent 93de8c8daa
commit b8cc1072cc
166 changed files with 2490 additions and 5361 deletions

View File

@ -23,29 +23,29 @@
}
}
.locale-dates-previews {
max-width: 250px;
div[data-tippy-root] {
.locale-dates-previews {
max-width: 360px;
.preview {
display: flex;
flex-direction: column;
padding: 5px;
.preview {
display: flex;
flex-direction: column;
padding: 5px;
margin: 0;
.timezone {
font-weight: 700;
}
.timezone {
font-weight: 700;
}
&.current {
background: var(--tertiary-low);
&.current {
background: var(--tertiary-low);
}
}
}
}
.download-calendar {
text-align: right;
cursor: pointer;
margin-top: 0.5em;
.download-calendar {
text-align: right;
cursor: pointer;
margin-top: 0.5em;
}
}
.discourse-local-dates-create-modal-footer {