mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UI: thread panel sizing/spacing on mobile (#21440)
The side panel on mobile is full screen. As a result we need to tweak spacing and sizing to make it correctly full screen like the channel.
This commit is contained in:
parent
7560c0652c
commit
6f26732551
@ -0,0 +1,3 @@
|
|||||||
|
.chat-side-panel {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
6
plugins/chat/assets/stylesheets/mobile/chat-thread.scss
Normal file
6
plugins/chat/assets/stylesheets/mobile/chat-thread.scss
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.chat-thread {
|
||||||
|
&__body {
|
||||||
|
margin: 0 1px 0 0;
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
}
|
@ -7,3 +7,5 @@
|
|||||||
@import "chat-selection-manager";
|
@import "chat-selection-manager";
|
||||||
@import "chat-emoji-picker";
|
@import "chat-emoji-picker";
|
||||||
@import "chat-composer-upload";
|
@import "chat-composer-upload";
|
||||||
|
@import "chat-side-panel";
|
||||||
|
@import "chat-thread";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user