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