mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix extend to screen width css
This commit is contained in:
@@ -13,14 +13,17 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: -$small;
|
margin-top: -$small;
|
||||||
max-width: 1720px;
|
max-width: 1720px;
|
||||||
}
|
|
||||||
|
|
||||||
#app-grid.extendWidth {
|
|
||||||
padding-right: $medium;
|
padding-right: $medium;
|
||||||
border-right: solid 1px $gray4;
|
border-right: solid 1px $gray4;
|
||||||
padding-top: $small;
|
padding-top: $small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app-grid.extendWidth {
|
||||||
|
padding-right: 0;
|
||||||
|
border-right: none;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#app-grid.isSmall {
|
#app-grid.isSmall {
|
||||||
grid-template-columns: min-content 1fr;
|
grid-template-columns: min-content 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
@@ -104,4 +107,4 @@
|
|||||||
|
|
||||||
.b-bar {
|
.b-bar {
|
||||||
grid-area: bottombar;
|
grid-area: bottombar;
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
@import "./app-grid.scss", "./controls.scss", "./inputs.scss",
|
@import "./app-grid.scss", "./controls.scss", "./inputs.scss",
|
||||||
"./scrollbars.scss", "./state.scss", "./variants.scss", "./basic.scss",
|
"./scrollbars.scss", "./state.scss", "./variants.scss", "./basic.scss",
|
||||||
"./search-tabheaders.scss";
|
"./search-tabheaders.scss";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--separator: #ffffff46;
|
--separator: #ffffff46;
|
||||||
@@ -24,7 +24,7 @@ body {
|
|||||||
background-color: $body;
|
background-color: $body;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
||||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-family: "SFCompactDisplay" !important;
|
font-family: "SFCompactDisplay" !important;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
image-rendering: -webkit-optimize-contrast;
|
image-rendering: -webkit-optimize-contrast;
|
||||||
@@ -40,4 +40,4 @@ body {
|
|||||||
a {
|
a {
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+2
-2
@@ -7,7 +7,7 @@ export interface D<T = string> {
|
|||||||
|
|
||||||
const domains: D = {
|
const domains: D = {
|
||||||
local: "http://localhost:",
|
local: "http://localhost:",
|
||||||
remote: "http://10.5.86.154:",
|
remote: "http://10.5.71.115:",
|
||||||
};
|
};
|
||||||
|
|
||||||
const ports = {
|
const ports = {
|
||||||
@@ -81,4 +81,4 @@ const paths = {
|
|||||||
|
|
||||||
export { paths, toggleMode };
|
export { paths, toggleMode };
|
||||||
|
|
||||||
// TODO: Add setting to toggle between extending to edges or not
|
// TODO: Add setting to toggle between extending to edges or not
|
||||||
Reference in New Issue
Block a user