Create flexbox layout helper (#11411)
This commit is contained in:
parent
ad73b0c16e
commit
373a34c3d1
7 changed files with 232 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue