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