mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes safari process buttons style bug
This commit is contained in:
parent
5f09ffa276
commit
5841e1b5be
1
frontend/dist/assets/index.bb945c0a.css
vendored
Normal file
1
frontend/dist/assets/index.bb945c0a.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/dist/assets/index.f068f070.css
vendored
1
frontend/dist/assets/index.f068f070.css
vendored
File diff suppressed because one or more lines are too long
2
frontend/dist/index.html
vendored
2
frontend/dist/index.html
vendored
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user