1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 19:37:29 +02:00

style: make sidebar file options in one line

This commit is contained in:
Kushagra Gour
2019-03-18 10:52:04 +05:30
parent 4a914de814
commit 62f138be1c

View File

@@ -1806,8 +1806,7 @@ body:not(.is-app) .show-when-app {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.sidebar__file-options { .sidebar__file-options {
/* position: absolute; */ white-space: nowrap;
/* right: 0; */
visibility: hidden; visibility: hidden;
} }
.sidebar__file:hover .sidebar__file-options, .sidebar__file:hover .sidebar__file-options,