mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(user-menu) add ability to run in mobile devices
This commit is contained in:
parent
8859587768
commit
10cc40ec5a
3 changed files with 31 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
.cloudcmd-user-menu {
|
||||
font-size: 16px;
|
||||
font-family: 'Droid Sans Mono', 'Ubuntu Mono', 'Consolas', monospace;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.cloudcmd-user-menu:focus {
|
||||
|
|
@ -12,3 +11,12 @@
|
|||
box-shadow: 20px -20px 0 2px rgba(49, 123, 249) inset;
|
||||
}
|
||||
|
||||
.cloudcmd-user-menu-button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
padding: 2px;
|
||||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue