Fixes safari process buttons style bug

This commit is contained in:
psychedelicious 2022-10-31 13:55:29 +11:00
parent 5f09ffa276
commit 5841e1b5be
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="./assets/index.a0494439.js"></script>
<link rel="stylesheet" href="./assets/index.da6d4055.css">
<link rel="stylesheet" href="./assets/index.bb945c0a.css">
</head>
<body>

View File

@ -1,12 +1,12 @@
@use '../../../styles/Mixins/' as *;
.process-buttons {
display: grid;
grid-template-columns: auto max-content max-content;
display: flex;
column-gap: 0.5rem;
}
.invoke-btn {
flex-grow: 1;
svg {
width: 18px !important;
height: 18px !important;