Base edit view
This commit is contained in:
@ -103,6 +103,24 @@ html, body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Edit View */
|
||||
|
||||
.edit ul.desktop-apps {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.edit li.desktop-app {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.edit img.desktop-app-icon {
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
||||
.pulse {
|
||||
|
Reference in New Issue
Block a user