mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Fix/misc UI (#1622)
* show available marketplace updates in menu * complete feature * delete unused class * update tsmatches to remove console log * fix merge conflict * change config header font size * fix new options emission for config elements * delete unecessary import * add custom modal for service marketplace conflict action * cleanup * remove unecessary imports * pr cleanup of unused imports and classes Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
$wide-modal: 900px;
|
||||
$medium-modal: 600px;
|
||||
|
||||
body {
|
||||
-webkit-user-select: text;
|
||||
@@ -40,6 +41,28 @@ ion-modal::part(content) {
|
||||
}
|
||||
}
|
||||
|
||||
.medium-modal {
|
||||
&::part(content) {
|
||||
position: absolute;
|
||||
height: 80% !important;
|
||||
top: 10%;
|
||||
width: 90% !important;
|
||||
left: 5% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
.medium-modal {
|
||||
&::part(content) {
|
||||
position: absolute;
|
||||
height: 80% !important;
|
||||
top: 10%;
|
||||
width: $medium-modal !important;
|
||||
left: calc((100vw - $medium-modal) / 2) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
ion-modal::part(content) {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user