mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Minor fixes
This commit is contained in:
parent
25c27ee9b1
commit
f5a984b8ba
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Light
|
||||
Version : 1.0
|
||||
Version : 1.1
|
||||
Licence : AGPL
|
||||
Created on : 19.01.2025
|
||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
|
@ -272,6 +272,7 @@
|
|||
}
|
||||
.panel-footer button[type="submit"]{
|
||||
float: right !important;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.panel-footer::after{
|
||||
content: '';
|
||||
|
@ -355,6 +356,13 @@
|
|||
.type-video h4, .type-video blockquote, .type-video sup {
|
||||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
/* keep mentions and tags from spilling out */
|
||||
#profile-page .label,
|
||||
#profile-page .label a,
|
||||
.wall-item-bottom .label,
|
||||
.wall-item-bottom .label a {
|
||||
display: inline-block !important;
|
||||
}
|
||||
/* ACTION BUTTON LABELS */
|
||||
.wall-item-actions-row button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue