Projet

Général

Profil

0001-flexbox.patch

A. Berriot, 11 juillet 2022 15:17

Télécharger (914 octets)

Voir les différences:

Subject: [PATCH] remove

 gadjo/static/css/gadjo.scss | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
gadjo/static/css/gadjo.scss
1091 1091
}
1092 1092

  
1093 1093
#appbar {
1094
	display: flex;
1095
	align-items: center;
1096
	justify-content: space-between;
1094 1097
	position: relative;
1095 1098
	& > a {
1096 1099
		position: relative;
1097 1100
		top: -45px;
1098
		float: right;
1099 1101
		margin-left: 2em;
1100 1102
	}
1101 1103
	span.actions {
1102
		position: absolute;
1103
		bottom: 0px;
1104
		right: 0;
1104
		flex-grow: 1;
1105
		margin-bottom: 20px;
1105 1106
		a {
1106 1107
			float: right;
1107 1108
			margin-left: 2em;
1108
-