Finished up cleaning css.

This commit is contained in:
rainbow napkin 2024-12-08 05:53:00 -05:00
parent b13e2bde24
commit ff69762a1f
15 changed files with 87 additions and 98 deletions

View file

@ -14,7 +14,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
.admin-list-field, .admin-list-div{
.admin-list-div{
display: flex;
flex-direction: column;
}
@ -24,18 +24,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
max-width: 100%;
}
.admin-list-field{
padding: 1em 15%;
}
.admin-list-entry{
text-align: center;
}
.admin-list-entry-large{
text-align: left;
}
.admin-list-entry-img-title{
width: 1.5em;
}