mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: reverts part of thread css (#20286)
This css was causing the view on mobile to take more space than the available width. This was particularly visible with uploads due to a bug preventing the overflow, this is also fixed.
This commit is contained in:
parent
1506017767
commit
82b4a53d29
@ -1,4 +1,6 @@
|
||||
.chat-composer-uploads {
|
||||
max-width: 100%;
|
||||
|
||||
.chat-composer-uploads-container {
|
||||
padding: 0.5rem 10px;
|
||||
display: flex;
|
||||
|
@ -1,10 +1,4 @@
|
||||
#main-chat-outlet.chat-view {
|
||||
min-height: 0;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
grid-template-areas: "main threads";
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
&.has-side-panel-expanded {
|
||||
grid-template-columns: 3fr 2fr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user