Revert "DEV: FloatKit (#23541)" (#23549)

This reverts commits

0623ac684a65f95ce4f5438ff47944b1dc2119f4
408e71e437ef8abf98f93e3449898bf906766b0e
a32fa3b9470dde0543fcee809f2abd1f219f7336

User tips were running into some issues.
This commit is contained in:
Joffrey JAFFEUX
2023-09-12 19:55:12 +02:00
committed by GitHub
parent 408e71e437
commit 85fddf58bc
166 changed files with 2490 additions and 5366 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 {