mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
add shadow & bigger input width & more margin-top
This commit is contained in:
parent
a43b8d0b2a
commit
25d58bd598
1 changed files with 10 additions and 5 deletions
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
--tridactyl-cmdl-font-size: 1.5rem;
|
--tridactyl-cmdl-font-size: 1.5rem;
|
||||||
--tridactyl-cmplt-option-height: 1.9em;
|
--tridactyl-cmplt-option-height: 1.9em;
|
||||||
|
|
||||||
|
--tridactyl-border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,7 +46,10 @@
|
||||||
|
|
||||||
:root #command-line-holder {
|
:root #command-line-holder {
|
||||||
order: 1;
|
order: 1;
|
||||||
border-radius: 5px !important;
|
}
|
||||||
|
|
||||||
|
:root #command-line-holder, :root #tridactyl-input {
|
||||||
|
border-radius: var(--tridactyl-border-radius) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root #tridactyl-colon::before {
|
:root #tridactyl-colon::before {
|
||||||
|
@ -52,9 +57,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:root #tridactyl-input {
|
:root #tridactyl-input {
|
||||||
width: 90%;
|
width: 96%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 5px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root #completions table {
|
:root #completions table {
|
||||||
|
@ -71,10 +75,10 @@
|
||||||
|
|
||||||
:root #completions {
|
:root #completions {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
margin-top: 4px;
|
|
||||||
font-family: var(--tridactyl-font-family);
|
font-family: var(--tridactyl-font-family);
|
||||||
order: 2;
|
order: 2;
|
||||||
border-radius: 5px;
|
margin-top: 10px;
|
||||||
|
border-radius: var(--tridactyl-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root #completions .HistoryCompletionSource table {
|
:root #completions .HistoryCompletionSource table {
|
||||||
|
@ -113,6 +117,7 @@
|
||||||
left: 10% !important;
|
left: 10% !important;
|
||||||
z-index: 2147483647 !important;
|
z-index: 2147483647 !important;
|
||||||
width: 80% !important;
|
width: 80% !important;
|
||||||
|
filter: drop-shadow(0px 0px 20px #000000) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .TridactylStatusIndicator {
|
:root .TridactylStatusIndicator {
|
||||||
|
|
Loading…
Add table
Reference in a new issue