summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css31
1 files changed, 13 insertions, 18 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 0fd0954..1328006 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -324,12 +324,7 @@ iframe.embed {
z-index: -1;
pointer-events: none;
}
-.projectList {
- display: inline-block;
- float: left;
- width: 98vw;
- margin: 2vw;
-}
+
.projectList a {
width: 32vw;
@@ -669,10 +664,14 @@ iframe.embed {
}
.templates {
overflow: auto;
- max-height: 80%;
+ max-height: 100%;
+ width: 100%;
+ padding: 20px 0 40px 0;
+}
+.templates-list {
+ display: inline-block;
width: 100%;
}
-
.templates::-webkit-scrollbar {
width: 5px;
height: 5px;
@@ -692,12 +691,11 @@ border-left: 1px solid black;
}
.templates span {
- display: block;
- float: left;
- background: white;
- margin: 2vw;
- padding: 2vw;
- cursor:pointer;
+ display: block;
+ float: left;
+ margin: 1vw 0;
+ padding: 2vw;
+ cursor: pointer;
}
.templates span .image {
background-position: center;
@@ -716,14 +714,11 @@ border-left: 1px solid black;
font-weight: 300;
}
-.templates span:hover,
+
.templates span:hover .image {
background-color: #f00;
cursor:pointer;
}
-.templates span:hover label {
- color: white;
-}
.templates h1 {
font-weight: 300;