mirror of https://github.com/vector-im/riot-web
Squish event bubble tiles less (#8740)
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