Bookmark CSS Fixes #169

Closed
opened 2025-07-02 05:38:46 +00:00 by bihe · 1 comment
bihe commented 2025-07-02 05:38:46 +00:00 (Migrated from github.com)
.bookmark_empty {
    width: 50px;
    height: 50px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    /* border: solid 1px #999; */
    margin-top: 5px;
    display: block;
}


.bookmark_favicon_select {
    /* height: 57px; */
    display: block;
    background-color: #ccc;
    padding-left: 3px;
    /* padding-right: 3px; */
}
```css .bookmark_empty { width: 50px; height: 50px; padding-right: 5px; padding-top: 5px; text-align: center; /* border: solid 1px #999; */ margin-top: 5px; display: block; } .bookmark_favicon_select { /* height: 57px; */ display: block; background-color: #ccc; padding-left: 3px; /* padding-right: 3px; */ } ```
bihe commented 2025-07-02 05:40:00 +00:00 (Migrated from github.com)
/*icon selected*/
.bookmark_favicon_select {
    height: 57px;
    display: block;
    background-color: #ccc;
    padding-left: 3px;
    /* padding-right: 3px; */
}
```css /*icon selected*/ .bookmark_favicon_select { height: 57px; display: block; background-color: #ccc; padding-left: 3px; /* padding-right: 3px; */ } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
henrik/monorepo#169
No description provided.