]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Show preview drawer instead of directly opening files in a new tab
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 46e6bc457aae26571cfed63a003b0f9033ee478b..1046e50c12a58c1bcf8fb622d99dc1f00e4a15a5 100644 (file)
@@ -59,11 +59,15 @@ a:hover, a:focus {
     font-size: 12px;
 }
 
-.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 +89,10 @@ a:hover, a:focus {
     transition: background-color .1s ease;
 }
 
+.el-drawer__header {
+    margin-bottom: 10px;
+}
+
 /* welcome and 404 page */
 .container-center {
     display: flex;