TheDesk Riina (ver.2)
This commit is contained in:
@@ -45,7 +45,7 @@ iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 43px 1fr 0.5fr;
|
||||
grid-template-columns: 43px 2fr 1fr;
|
||||
grid-template-areas: 'notice notice notice' 'icon display_name acct' 'icon toot toot' 'icon date_via date_via' 'actions actions actions';
|
||||
}
|
||||
|
||||
@@ -61,8 +61,9 @@ grid-area: icon;
|
||||
}
|
||||
|
||||
.area-display_name {
|
||||
height:1.2em;
|
||||
height:1.4em;
|
||||
margin:2px;
|
||||
overflow:hidden;
|
||||
grid-area: display_name;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@@ -71,6 +72,7 @@ text-overflow: ellipsis;
|
||||
.area-acct {
|
||||
margin:2px;
|
||||
grid-area: acct;
|
||||
overflow:hidden;
|
||||
text-align:right;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
Reference in New Issue
Block a user