mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Remove table editor transition effect (#30878)
This fixes a bit of jitteriness on mobile, noticeable mostly when going from the topic list to a post that has a table.
This commit is contained in:
parent
8207086d5f
commit
ba5cd20ef2
@ -1565,9 +1565,12 @@ iframe {
|
||||
}
|
||||
|
||||
.fullscreen-table-wrapper {
|
||||
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
html.discourse-no-touch & {
|
||||
transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.fullscreen-code-modal {
|
||||
|
Loading…
Reference in New Issue
Block a user