pridan pull pri initu aplikace, pridano nastaveni, uprava interakce
This commit is contained in:
@@ -22,18 +22,18 @@ ul:nth-child(1) {
|
||||
padding: 1em 1em;
|
||||
}
|
||||
|
||||
li:hover {
|
||||
aside li:hover {
|
||||
background-color: rgb(0, 0, 130);
|
||||
color: white;
|
||||
}
|
||||
|
||||
li {
|
||||
aside li {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
li::before {
|
||||
aside li::before {
|
||||
content: "";
|
||||
color: black;
|
||||
display: inline-block;
|
||||
@@ -117,7 +117,8 @@ sub {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.settingsbg {
|
||||
.settingsbg,
|
||||
.commitWrapper {
|
||||
position: absolute;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
width: 100%;
|
||||
@@ -128,10 +129,10 @@ sub {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.settings {
|
||||
.settings,
|
||||
.commit {
|
||||
background-color: white;
|
||||
width: 30vw;
|
||||
height: 30vh;
|
||||
padding: 1.5em;
|
||||
border: 5px solid #c3c3c3;
|
||||
z-index: 10;
|
||||
|
||||
Reference in New Issue
Block a user