1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00

add pointer on volume and begin responsivity

This commit is contained in:
Jeremy Dixon
2021-01-24 16:09:01 -06:00
parent 1f7bf98d74
commit 411e9162fa

View File

@@ -2,6 +2,7 @@
outline: 0px solid transparent;
}
#volume {
cursor: pointer;
position: relative;
top: 4px;
margin-left: -1rem;
@@ -65,6 +66,7 @@
}
[contenteditable="true"]{
cursor: text !important;
display: inline-block;
min-width:10px;
height: 32.5px;
@@ -113,5 +115,37 @@
display: none;
}
@media only screen and (max-width: 1235px){
#toolbar {
height: 120px;
}
#toolbar h1 {
margin-bottom:1.5rem;
}
#toolbar p {
line-height: 0rem;
}
}
@media only screen and (max-width: 650px){
#toolbar {
height: 140px;
}
#toolbar h1 {
margin-bottom:1.5rem;
}
#toolbar p {
line-height: 0rem;
}
}
@media only screen and (max-width: 350px){
#toolbar {
height: 160px;
}
#toolbar h1 {
margin-bottom:1.5rem;
}
#toolbar p {
line-height: 0rem;
}
}