fix serverName and standardize some margin

This commit is contained in:
ygg2 2024-07-10 15:44:02 -04:00
parent ebc226d97a
commit d3d3322230

View file

@ -282,10 +282,6 @@ p {
/* height: 100%; */ /* height: 100%; */
} }
#userdock {
height: .5in;
}
#channels p { #channels p {
text-indent: 10px; text-indent: 10px;
} }
@ -332,7 +328,7 @@ div {
padding: 3px; padding: 3px;
border-radius: .25cm; border-radius: .25cm;
width: 100%; width: 100%;
height: .5in; height: .6in;
z-index: -100; z-index: -100;
display: flex; display: flex;
max-height: fit-content; max-height: fit-content;
@ -621,10 +617,8 @@ textarea {
font-weight:900; font-weight:900;
background: color-mix(in srgb, var(--channel-hover) 60%, transparent) background: color-mix(in srgb, var(--channel-hover) 60%, transparent)
} }
#servername { #serverName {
margin-top: .1in; padding-left: 0.1in;
margin-bottom: .1in;
padding-left: 5px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow-x: hidden; overflow-x: hidden;
white-space: nowrap; white-space: nowrap;
@ -634,9 +628,9 @@ textarea {
.servertd { .servertd {
background-color: var(--server-bg); background-color: var(--server-bg);
border-color: var(--server-border); border-color: var(--server-border);
border-width: .1cm; border-width: .04in;
border-style: solid; border-style: solid;
height: .4in; height: .48in;
width:100%; width:100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -686,13 +680,12 @@ textarea {
width: 2.5in; width: 2.5in;
position: relative; position: relative;
flex-shrink: 0; flex-shrink: 0;
height: .6in;
display: flex; display: flex;
align-content: stretch; align-content: stretch;
/* flex-direction: row; */ /* flex-direction: row; */
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding-top: .02in; padding: .04in;
} }
#channels-td { #channels-td {
@ -1260,9 +1253,10 @@ span {
display:flex; display:flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
padding-left: 0.1in;
} }
#status { #status {
font-size: 0.9em; font-size: 0.8em;
} }
.savediv{ .savediv{
position:absolute; position:absolute;