mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix extend to screen width css
This commit is contained in:
@@ -13,14 +13,17 @@
|
||||
margin: 0 auto;
|
||||
margin-top: -$small;
|
||||
max-width: 1720px;
|
||||
}
|
||||
|
||||
#app-grid.extendWidth {
|
||||
padding-right: $medium;
|
||||
border-right: solid 1px $gray4;
|
||||
padding-top: $small;
|
||||
}
|
||||
|
||||
#app-grid.extendWidth {
|
||||
padding-right: 0;
|
||||
border-right: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#app-grid.isSmall {
|
||||
grid-template-columns: min-content 1fr;
|
||||
grid-template-areas:
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ export interface D<T = string> {
|
||||
|
||||
const domains: D = {
|
||||
local: "http://localhost:",
|
||||
remote: "http://10.5.86.154:",
|
||||
remote: "http://10.5.71.115:",
|
||||
};
|
||||
|
||||
const ports = {
|
||||
|
||||
Reference in New Issue
Block a user