mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Minor fixes
This commit is contained in:
parent
a59620e628
commit
25c27ee9b1
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.0
|
Version : 1.1
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 19.01.2025
|
Created on : 19.01.2025
|
||||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||||
|
@ -315,6 +315,7 @@ box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.panel-footer button[type="submit"]{
|
.panel-footer button[type="submit"]{
|
||||||
float: right !important;
|
float: right !important;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.panel-footer::after{
|
.panel-footer::after{
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -427,6 +428,13 @@ aside .widget,
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 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 */
|
/* ACTION BUTTON LABELS */
|
||||||
.wall-item-actions-row button,
|
.wall-item-actions-row button,
|
||||||
.wall-item-actions-right button {
|
.wall-item-actions-right button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue