mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-12 11:22:48 +00:00
v0.0.2 - webview and other updates
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
.content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.path-container {
|
||||
display: flex;
|
||||
@@ -12,13 +14,16 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: $blue;
|
||||
background: $dark-blue--3;
|
||||
transition: background 0.2s linear;
|
||||
outline: none;
|
||||
padding: 0 15px;
|
||||
border-bottom: 2px solid lighten($dark-blue--3, 10%);
|
||||
font-size: 14px;
|
||||
color: $blue--lighter;
|
||||
|
||||
&:hover {
|
||||
background: darken($blue, 5%);
|
||||
background: lighten($dark-blue--3, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,9 +33,23 @@
|
||||
border: none;
|
||||
color: $blue--lighter;
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
|
||||
&::-webkit-input-placeholder {
|
||||
color: $dark-blue--2;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
|
||||
.webview {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.noSite {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user