mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-21 00:30:47 +02:00
updated to work decently for mobile
This commit is contained in:
parent
69aa115178
commit
d061eb2c64
@ -284,7 +284,7 @@ img {
|
|||||||
background: var(--background-color4);
|
background: var(--background-color4);
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
#top-nav .icon {
|
.tab .icon {
|
||||||
padding-right: 4pt;
|
padding-right: 4pt;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
transform: translateY(1pt);
|
transform: translateY(1pt);
|
||||||
@ -292,6 +292,7 @@ img {
|
|||||||
#logo {
|
#logo {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#logo h1 {
|
#logo h1 {
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -580,6 +581,15 @@ input::file-selector-button {
|
|||||||
.tab-content-inner {
|
.tab-content-inner {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
.tab {
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
.tab .icon {
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
#server-status {
|
||||||
|
top: 66%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
#editor {
|
#editor {
|
||||||
|
Loading…
Reference in New Issue
Block a user