Create flexbox layout helper (#11411)

This commit is contained in:
Germain 2023-08-15 18:43:39 +01:00 committed by GitHub
parent ad73b0c16e
commit 373a34c3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 232 additions and 7 deletions

View file

@ -15,10 +15,7 @@ limitations under the License.
*/
.mx_RoomHeader {
display: flex;
align-items: center;
height: 64px;
gap: var(--cpd-space-3x);
padding: 0 var(--cpd-space-3x);
border-bottom: 1px solid $separator;
background-color: $background;