mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
compose: Remove .less-dense-mode rule.
This style was made unnecessary as of the introduction of scrolling compose buttons.
This commit is contained in:
parent
8408ea8aaa
commit
2902843ca7
@ -1418,18 +1418,6 @@ textarea.new_message_textarea {
|
||||
}
|
||||
}
|
||||
|
||||
.less-dense-mode {
|
||||
.compose-control-buttons-container {
|
||||
.compose_control_button {
|
||||
/* Slightly reduce width so that buttons don't overflow the available
|
||||
space at mobile widths */
|
||||
@media (width < 400px) {
|
||||
width: 1.28em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.message-send-controls {
|
||||
display: flex;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user