re-added hover bg to settings (mac rip)
also adjust the horizontal scrolling again
This commit is contained in:
@@ -126,10 +126,12 @@ samp {
|
|||||||
background: var(--profile-info-bg);
|
background: var(--profile-info-bg);
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
padding: .3cm;
|
padding: .3cm;
|
||||||
width: calc(100% - .6cm);
|
width: 100%;
|
||||||
height: calc(100% - .75in);
|
height: calc(100% - .5in - .2cm);
|
||||||
|
margin-top: .1cm;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile {
|
.profile {
|
||||||
@@ -350,12 +352,16 @@ div {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: .25cm;
|
border-radius: .25cm;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: .5in;
|
min-height: .6in;
|
||||||
z-index: -100;
|
z-index: -100;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: fit-content;
|
max-height: fit-content;
|
||||||
max-height: 1.5in;
|
max-height: 1.5in;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
color: var(--primary-text);
|
||||||
|
background: var(--textarea-bg);
|
||||||
|
border: 1px solid;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@@ -635,11 +641,6 @@ textarea {
|
|||||||
textarea:focus-visible {
|
textarea:focus-visible {
|
||||||
outline: 2px solid var(--focus);
|
outline: 2px solid var(--focus);
|
||||||
}
|
}
|
||||||
#typebox{
|
|
||||||
color: var(--primary-text);
|
|
||||||
background: var(--textarea-bg);
|
|
||||||
border: 1px solid;
|
|
||||||
}
|
|
||||||
.channels {
|
.channels {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transition: height .2s ease-in-out;
|
transition: height .2s ease-in-out;
|
||||||
@@ -747,12 +748,15 @@ textarea:focus-visible {
|
|||||||
#user-actions h2 {
|
#user-actions h2 {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
border-radius: .1in;
|
border-radius: .3in;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
width: .28in;
|
||||||
|
height: .28in;
|
||||||
}
|
}
|
||||||
#user-actions h2:hover, #user-actions h2:focus {
|
#user-actions h2:hover, #user-actions h2:focus {
|
||||||
|
background: var(--settings-hover);
|
||||||
color: var(--timestamp-color);
|
color: var(--timestamp-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user