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> <title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" /> <link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="./assets/index.a0494439.js"></script> <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> </head>
<body> <body>

View File

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