🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

layplux

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layplux - npm Package Compare versions

Comparing version
2.0.10
to
2.0.11
+9
-2
dist/style/components/_bottom-area.scss
.layplux-bottom-area {
display: flex;
display: grid;
flex-shrink: 0;
grid-template-columns: 1fr auto 1fr;
align-items: center;
width: 100%;

@@ -14,2 +16,4 @@ height: 24px;

align-items: center;
justify-self: start;
min-width: 0;
}

@@ -19,5 +23,6 @@

display: flex;
flex: 1;
align-items: center;
justify-content: center;
justify-self: center;
white-space: nowrap;
}

@@ -28,3 +33,5 @@

align-items: center;
justify-self: end;
min-width: 0;
}
}
+13
-4
.layplux-top-area {
display: flex;
display: grid;
flex-shrink: 0;
grid-template-columns: 1fr auto 1fr;
align-items: center;
width: 100%;

@@ -11,3 +13,5 @@ height: 42px;

align-items: center;
max-width: 100%;
justify-self: start;
min-width: 0;
overflow: hidden;
}

@@ -17,5 +21,7 @@

display: flex;
flex: 1;
align-items: center;
justify-content: center;
margin: 0 8px;
justify-self: center;
min-width: 0;
white-space: nowrap;
}

@@ -26,3 +32,6 @@

align-items: center;
justify-self: end;
min-width: 0;
overflow: hidden;
}
}

@@ -187,4 +187,6 @@ .layplux-root {

.layplux-top-area {
display: flex;
display: grid;
flex-shrink: 0;
grid-template-columns: 1fr auto 1fr;
align-items: center;
width: 100%;

@@ -197,9 +199,13 @@ height: 42px;

align-items: center;
max-width: 100%;
justify-self: start;
min-width: 0;
overflow: hidden;
}
.layplux-top-area__toolbar-center {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
margin: 0 8px;
justify-self: center;
min-width: 0;
white-space: nowrap;
}

@@ -209,7 +215,12 @@ .layplux-top-area__toolbar-right {

align-items: center;
justify-self: end;
min-width: 0;
overflow: hidden;
}
.layplux-bottom-area {
display: flex;
display: grid;
flex-shrink: 0;
grid-template-columns: 1fr auto 1fr;
align-items: center;
width: 100%;

@@ -225,8 +236,11 @@ height: 24px;

align-items: center;
justify-self: start;
min-width: 0;
}
.layplux-bottom-area__center {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
justify-self: center;
white-space: nowrap;
}

@@ -236,2 +250,4 @@ .layplux-bottom-area__right {

align-items: center;
justify-self: end;
min-width: 0;
}

@@ -238,0 +254,0 @@

{
"name": "layplux",
"version": "2.0.10",
"version": "2.0.11",
"description": "IDE-like window system and plugin framework for the web",

@@ -5,0 +5,0 @@ "files": [