mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(css) .cmd-button {width: 10% -> 8%}
This commit is contained in:
parent
8665be6261
commit
96351e0027
2 changed files with 3 additions and 1 deletions
|
|
@ -134,6 +134,8 @@ getJSONfromFileTable.
|
|||
|
||||
* feature(index) add "~ - console" button
|
||||
|
||||
* chore(css) .cmd-button {width: 10% -> 8%}
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ body{
|
|||
overflow: hidden;
|
||||
outline: 0;
|
||||
white-space: nowrap;
|
||||
width: 10%;
|
||||
width: 8%;
|
||||
}
|
||||
|
||||
.cmd-button:hover{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue