]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Reduce vertical height of table headers
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 46e6bc457aae26571cfed63a003b0f9033ee478b..ead82415cc838bb761993d8d28897d526b770e50 100644 (file)
@@ -57,13 +57,18 @@ a:hover, a:focus {
 
 .el-table th {
     font-size: 12px;
+    padding: 0;
 }
 
-.el-table__row .list-actions .el-button {
+.rename-action {
+    margin-left: 20px;
+}
+
+.el-table__row .rename-action {
     visibility: hidden;
 }
 
-.el-table__row:hover .list-actions .el-button {
+.el-table__row:hover .rename-action {
     visibility: visible;
 }
 
@@ -85,6 +90,10 @@ a:hover, a:focus {
     transition: background-color .1s ease;
 }
 
+.el-drawer__header {
+    margin-bottom: 10px;
+}
+
 /* welcome and 404 page */
 .container-center {
     display: flex;