Skip to content

Commit

Permalink
Vomnibar: move buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Jul 30, 2024
1 parent ece31c4 commit b023df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front/vomnibar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
.inactive{opacity:0.6667;transition:opacity 167ms 33ms;}
#bar{background:#f1f1f1;border-bottom:1px dashed #ccc;border-radius:4px 4px 0 0;
contain:strict;font-size:0;height:34px;padding:10px;}#bar.empty{border-radius:4px;border:none;}
#toolbar{color:#999;opacity:0;position:absolute;right:17px;top:17px;transition:opacity 120ms 80ms;}
#toolbar{color:#999;opacity:0;padding-right:8px;position:absolute;right:9px;top:17px;transition:opacity 120ms 80ms;}
#toolbar,.label{-webkit-user-select:none;user-select:none;}#toolbar:hover,.inactive #toolbar{opacity:1;}
.button{contain:strict;cursor:default;display:inline-block;fill:currentColor;height:20px;margin-left:4px;
stroke:currentColor;width:20px;}.button:hover{border-radius:5px;background:rgba(255,255,255,0.8);color:#666;}
.button{contain:strict;cursor:default;display:inline-block;fill:currentColor;height:20px;margin-left:8px;
stroke:currentColor;width:20px;}.button:hover{background:rgba(255,255,255,0.8);color:#666;}
#input{background:#fff;border:0.5px solid #e8e8e8;border-radius:3px;box-shadow:0 0 1.5px #444;box-sizing:border-box;
color:#000;contain:strict;font-size:20px;height:34px;outline:none;padding:4px 9.5px;width:100%;}
#list{background:#fff;border-radius:0 0 4px 4px;contain:content;}
Expand Down

0 comments on commit b023df1

Please sign in to comment.