mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Squish event bubble tiles less (#8740)
This commit is contained in:
parent
f152310c08
commit
4b957b57af
@ -19,7 +19,7 @@ limitations under the License.
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
margin: 10px auto;
|
||||
max-width: 75%;
|
||||
max-width: min(90%, 600px);
|
||||
box-sizing: border-box;
|
||||
display: grid;
|
||||
grid-template-columns: 24px minmax(0, 1fr) min-content min-content;
|
||||
|
Loading…
Reference in New Issue
Block a user