1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Making bottom toolbar responsive

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-01-14 10:51:03 +03:00
parent f6047e3c6f
commit dde23c75ab

View File

@ -39,11 +39,11 @@ export const LogControls = observer((props: Props) => {
}; };
return ( return (
<div className={cssNames("LogControls flex gaps align-center")}> <div className={cssNames("LogControls flex gaps align-center justify-space-between wrap")}>
<div className="time-range"> <div className="time-range">
{since && `Logs from ${new Date(since[0]).toLocaleString()}`} {since && `Logs from ${new Date(since[0]).toLocaleString()}`}
</div> </div>
<div className="flex box grow gaps align-center justify-flex-end"> <div className="flex gaps align-center">
<Checkbox <Checkbox
label="Show timestamps" label="Show timestamps"
value={showTimestamps} value={showTimestamps}