style: blend header and room input button styles in call nav

This commit is contained in:
hazre
2026-02-11 18:38:00 +01:00
parent 4f498af458
commit afac47d312
2 changed files with 36 additions and 61 deletions

View File

@@ -0,0 +1,21 @@
import { style } from '@vanilla-extract/css';
import { config } from 'folds';
export const Actions = style({
padding: config.space.S200,
});
export const RoomButtonWrap = style({
minWidth: 0,
});
export const RoomButton = style({
width: '100%',
minWidth: 0,
padding: `0 ${config.space.S200}`,
});
export const RoomName = style({
flexGrow: 1,
minWidth: 0,
});