Minor UI improvements.
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ input:focus {
|
||||
}
|
||||
|
||||
.results {
|
||||
margin: 20px 20px 0px 5px;
|
||||
margin: 20px 20px 0px 0px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
.list-row {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
.list-row {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -30,3 +30,20 @@
|
||||
border-radius: 14px;
|
||||
background-color: rgb(52, 121, 181);
|
||||
}
|
||||
|
||||
.sidebar-icon {
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.menu-item:hover {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.pro-inner-item {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user