mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Ensure container of React components has full width
Port f6910fba02c8a99dcad901c193be08d06a65c1c6 to glitch-soc
This commit is contained in:
parent
baf42ef0b3
commit
828f602b2f
@ -2,6 +2,10 @@
|
||||
clear: both;
|
||||
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
||||
|
||||
div[data-component] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.entry {
|
||||
background: $simple-background-color;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user